discontinueMedication

Discontinue an existing medication from patient records

Server Medical MCP Server sinduja98/sample-mcp-postmessage
Category Destructive
Risk class Critical
Parameters 00 required

What discontinueMedication does on Medical MCP Server

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

Why discontinueMedication needs a policy

Discontinuing a medication from patient records is effectively irreversible in clinical context; restoring a discontinued medication requires explicit re-prescribing. In a healthcare setting, misuse by an AI agent could cause patient harm (missed doses, treatment gaps), making the blast radius critical. The action cannot be simply undone like a typical 'update', placing it in the Destructive category over Write.

From the tool's definition "Discontinue an existing medication from patient records" — permanently removes or stops a medication entry in a patient's medical record

Questions about discontinueMedication

What does the discontinueMedication tool do? +

Discontinue an existing medication from patient records. It is categorised as a Destructive tool in the Medical 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 discontinueMedication? +

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

What risk level is discontinueMedication? +

discontinueMedication 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 discontinueMedication? +

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

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

discontinueMedication is provided by the Medical MCP Server MCP server (sinduja98/sample-mcp-postmessage). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// THE FULL RECORD

discontinueMedication is one line of Medical 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.