Skip to main content
Glama

Xona Dental Gateway

Give up a booking that is not booked yet

abandon_xona_booking
Idempotent

Release the held time and drop the patient's details when the patient no longer wants it, at any step before it is booked. It never cancels a booked appointment. Calling again returns the same result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
action_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonNo
outcomeNo
practiceYes
action_idYes
next_stepYes
booking_urlNo
continue_urlNo
confirmation_smsNo
appointment_startNo
appointment_start_localNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior1/5

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

Annotation Contradiction: the description says it 'drops the patient's details,' which is a destructive/removal operation, while annotations declare destructiveHint=false. The description does add idempotency information, but the direct conflict with the destructive flag makes the tool's behavior ambiguous for an agent.

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

Conciseness5/5

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

Three short sentences each carry distinct information: the action, the scope of applicability, and idempotency. There is no filler, repetition, or unnecessary detail.

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

Completeness4/5

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

The tool has one required parameter and an output schema, so return-value documentation is already handled. The main gap is that the description does not explain how to obtain action_id, but the behavioral boundaries and idempotency are otherwise well covered.

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

Parameters2/5

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

Schema description coverage is 0% and the description never mentions the only parameter, action_id. The agent can infer it refers to an action identifier, but there is no guidance connecting it to a prior step such as hold_xona_booking_slot or list_dental_practice_actions.

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?

States a specific verb+resource: it releases held time and drops patient details for a booking that is not yet booked. The boundary 'before it is booked' and the contrast 'never cancels a booked appointment' clearly distinguish it from sibling tools like confirm_xona_booking.

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

Usage Guidelines4/5

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

Gives a clear when-to-use condition ('when the patient no longer wants it, at any step before it is booked') and an exclusion ('never cancels a booked appointment'). It does not name an alternative tool explicitly, but the workflow boundary is sufficiently explicit for routing.

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