Skip to main content
Glama

Pilot-Next

create_booking

Create a booking. CRITICAL: Check start/end time year. Do NOT default to 2024. Use 'get_dispatch_context_and_time' to verify "Today". ONE-SHOT: CALCULATE dates yourself from context. Do NOT ask user for ISO strings. ACTION: You MUST output the Booking Confirmation Summary returned by this tool. If this tool is not called, NO booking exists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endYesEnd time (ISO). Verify YEAR is current.
notesNoOperational notes or remarks
startYesStart time (ISO). Verify YEAR is current.
aircraftIdNoAircraft Registration (e.g. D-EPUC).
validityTokenYesToken from get_dispatch_context_and_time. REQUIRED.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries the transparency burden and does a solid job: it discloses the hard dependency on a validity token, the side effect that no booking exists unless this tool is called, and the requirement to output the returned summary. Missing details like error handling or authorization are notable but not fatal.

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 text is compact and organized with clear labels (CRITICAL, ONE-SHOT, ACTION), with every sentence carrying actionable information. No filler or repetition.

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 side-effectful creation tool with no annotations and no output schema, the description covers prerequisites, date calculation, and mandatory return handling. It could be more complete by mentioning expected failure conditions or availability checks, but the essential invocation path is well specified.

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?

Schema description coverage is 100%, so the baseline is 3; the description goes further by specifying how start/end years must be verified and where validityToken comes from. It adds critical operational meaning without needing to restate every property.

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

Purpose4/5

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

The description clearly states the operation ('Create a booking') and reinforces its one-shot nature. It does not, however, contrast itself with related siblings (e.g., find_available_slots or cancel_booking), so it falls just short of full differentiation.

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 explicit operating context: verify the current year, use get_dispatch_context_and_time to confirm today's date, and calculate ISO dates from context rather than asking the user. It does not spell out when not to use the tool, but the prerequisites and workflow are clear.

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