10 tools. 1 can modify or destroy data without limits.
1 destructive tool with no built-in limits. Policy required.
Last updated:
Free to start. No card required.
Full per-tool breakdown → Model it in the token calculator →
Destructive tools (cancel_appointment) permanently delete resources. There is no undo. An agent calling these in a retry loop causes irreversible damage.
{
"cancel_appointment": {
"deny_if": [
{
"conditions": [],
"on_deny": "Blocked by default. Requires approval."
}
]
}
} Destructive tools should never be available to autonomous agents without human approval.
{
"book_appointment": {
"limits": [
{
"counter": "book_appointment_per_minute",
"window": "minute",
"max": 60,
"scope": "grant"
}
]
}
} Controls API costs and prevents retry loops from exhausting upstream rate limits.
Yes. The Anteos Health — Medical Appointment Booking server exposes 1 destructive tools including cancel_appointment. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.
10 tools across 2 categories: Destructive, Read. 9 are read-only. 1 can modify, create, or delete data.
Register the Anteos Health — Medical Appointment Booking MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.
Starter policies for each. Same risk classification, live on your fleet in minutes.
Deterministic rules across all 10 Anteos Health — Medical Appointment Booking tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.
Free to start. No card required.
4,600+ MCP servers and 31,000+ tools scanned and risk-classified.