Skip to main content
Glama

cancel_booking

Release a held or confirmed slot of this session, so the slot is free again. Businesses that host their own agent do not offer this yet and answer not-supported.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
holdYesThe `id` of the hold to release.
sessionYesThe session id the hold was made in.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description must carry behavioral disclosure. It does disclose the primary effect (slot becomes free) and a notable behavior (not-supported response for certain businesses). However, it does not mention what happens to the hold record, whether the operation is idempotent, or any error behavior beyond the unsupported case. Some meaningful gaps remain.

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?

Two sentences, zero filler. The main action is front-loaded, and the limitation is tagged on at the end. Every word earns its place.

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?

For a simple 2-parameter mutation with no output schema and no annotations, the description covers the core behavior and a key conditional response. It is sufficient for an agent to know when and how to call the tool. It could mention the success response, but that is not required given the lack of output schema.

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

Parameters3/5

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

Schema description coverage is 100%, so the parameters are fully documented in the schema. The description adds no new semantics beyond restating session/hold context. Baseline 3 is appropriate because the schema does the heavy lifting.

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 opens with a specific verb and resource: 'Release a held or confirmed slot of this session'. This clearly distinguishes it from sibling tools like hold_slot (which creates holds) and confirm_booking (which confirms). No ambiguity about what the tool does.

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?

It states when the tool applies (for held or confirmed slots) and gives a specific exclusion: businesses that host their own agent return 'not-supported'. It does not explicitly name alternative tools, but the inverse relationship to hold_slot is implicit. The not-supported condition is a clear usage boundary.

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