Skip to main content
Glama

Gondola Award Travel Search

cancel_vehicle_booking

Destructive

Cancel an existing vehicle booking by its Gondola booking ID. Use this when a user wants to cancel a rental they previously booked.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoSet true only after the user has seen the cancellation terms from the preview call and agreed.
booking_idYesThe Gondola booking ID (confirmation number) of the vehicle booking.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. First observed

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already disclose the destructive and non-read-only nature (destructiveHint=true, readOnlyHint=false), so the description does not need to repeat that. It adds no deeper behavioral context such as irreversibility, refund implications, or cancellation-policy effects, and the confirm parameter's reference to a 'preview call' is the only related signal.

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?

The description is two clean sentences, front-loading the primary action and identifier in the first clause. Every sentence contributes—the first defines the operation, the second defines the intended context.

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?

The core use case is covered, and an output schema exists so return-value details are unnecessary. However, the description omits the material workflow that the confirm parameter relies on, namely that the user must see the cancellation terms from the preview call before cancellation is executed. Leaving this only to a parameter description makes the top-level guidance incomplete for a safe call.

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%, and booking_id and confirm already are well-documented in the input schema. The description only restates that the booking is identified by a Gondola booking ID, adding minimal new parameter nuance.

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 states a specific verb ('Cancel'), a specific resource ('existing vehicle booking'), and the exact identifier ('Gondola booking ID'). It clearly distinguishes this tool from the sibling suite, where no other tool has a cancel-vehicle purpose.

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?

The description gives an explicit trigger: 'Use this when a user wants to cancel a rental they previously booked.' It does not mention alternatives or when-not-to-use conditions, though the uniqueness of the purpose makes exclusions less critical.

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.