delete_appointment

Delete an appointment by ID

Server Appointment Manager MCP Server samuelr2112/mcp-project
Category Destructive
Risk class Critical
Parameters 00 required

What delete_appointment does on Appointment Manager MCP Server

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

Why delete_appointment needs a policy

This tool removes appointment records from the database with no undo mechanism. Deletion is irreversible and cannot be recovered once executed. While not catastrophic at enterprise scale (unlike financial or infrastructure-level destructive operations), it permanently removes user data and meets the definition of a Destructive action.

From the tool's definition Tool name is 'delete_appointment' and description states 'Delete an appointment by ID'. The word 'Delete' is explicitly used, indicating irreversible removal of data from the PostgreSQL database.

Questions about delete_appointment

What does the delete_appointment tool do? +

Delete an appointment by ID. It is categorised as a Destructive tool in the Appointment Manager 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 delete_appointment? +

Register the Appointment Manager MCP Server MCP server in PolicyLayer and add a rule for delete_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 Appointment Manager MCP Server. Nothing to install.

What risk level is delete_appointment? +

delete_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 delete_appointment? +

Yes. Add a rate_limit block to the delete_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 delete_appointment completely? +

Set action: deny in the PolicyLayer policy for delete_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 delete_appointment? +

delete_appointment is provided by the Appointment Manager MCP Server MCP server (samuelr2112/mcp-project). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

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.