Skip to main content
Glama

Aurinia — book across venues via your AI assistant

cancel

Idempotent

REAL action: cancel a booking at a network venue IMMEDIATELY — no confirmation step. If the user said cancel, cancel; do NOT re-ask (repeated confirmations frustrate users — act decisively). provider_id + item {booking_id} — the booking id from list_current_bookings. Do NOT ask for consent up front (only if the call returns a consent link).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemYes
provider_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description discloses that the action is immediate, irreversible (no confirmation), and that a consent link may be returned. This adds behavioral context beyond the annotations (readOnlyHint=false, destructiveHint=false, idempotentHint=true). However, it does not describe what happens on success or failure, leaving some output behavior ambiguous. The annotation contradiction is false, as nothing explicitly conflicts.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise but includes a few emphatic phrases ('REAL action', 'act decisively') that add tone but not essential information. It is structured with the core action first, then operational guidance. Overall it is efficient and readable.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given there is no output schema, the description should explain the return behavior. It mentions a consent link but does not describe success/failure outcomes, status codes, or errors. The agent learns how to call it correctly but not what to expect after the call, which is a gap for a tool that can have side effects.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, this description is essential. It clarifies that 'item' is the booking_id and points to its source (list_current_bookings). It also indicates provider_id is passed alongside. This adds meaning beyond the raw schema, though it could specify the format of booking_id (e.g., string) but the description suffices for agent usage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'cancel', the resource 'a booking at a network venue', and specifies an immediate action with no confirmation step. It distinguishes from siblings by identifying the booking id source (list_current_bookings) and giving operational context. This is unambiguous and informative.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit instructions: if the user said cancel, cancel and do not re-ask. It also specifies to use the booking id from list_current_bookings and not to request consent up front unless the call returns a consent link. This leaves no room for misinterpretation about when and how to invoke the tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources