cancel_appointment

Cancel a Teladoc appointment

Server Teladoc MCP Server markswendsen-code/mcp-teladoc
Category Destructive
Risk class Critical
Parameters 00 required

What cancel_appointment does on Teladoc MCP Server

AI agents call cancel_appointment to permanently remove resources in Teladoc MCP Server — typically in cleanup and lifecycle workflows. It does its job in a single call, and there is no undo.

Why cancel_appointment needs a policy

Cancelling an appointment cannot be easily undone; the appointment slot may be released and reassigned, and the patient loses their scheduled healthcare access. This qualifies as Destructive due to the irreversible nature of the action. Severity is high because misuse by an AI agent could disrupt a patient's access to medical care.

From the tool's definition Tool name 'cancel_appointment' and description 'Cancel a Teladoc appointment' — cancellation of a scheduled appointment is an irreversible action that removes a booked healthcare visit.

Questions about cancel_appointment

What does the cancel_appointment tool do? +

Cancel a Teladoc appointment. It is categorised as a Destructive tool in the Teladoc MCP Server MCP Server, which means it can permanently delete or destroy data. Block by default and require explicit approval.

How do I enforce a policy on cancel_appointment? +

Register the Teladoc MCP Server MCP server in PolicyLayer and add a rule for cancel_appointment: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Teladoc MCP Server. Nothing to install.

What risk level is cancel_appointment? +

cancel_appointment is a Destructive tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.

Can I rate-limit cancel_appointment? +

Yes. Add a rate_limit block to the cancel_appointment rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block cancel_appointment completely? +

Set action: deny in the PolicyLayer policy for cancel_appointment. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides cancel_appointment? +

cancel_appointment is provided by the Teladoc MCP Server MCP server (markswendsen-code/mcp-teladoc). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// THE FULL RECORD

cancel_appointment is one line of Teladoc MCP Server's registry record.

The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.