Skip to main content
Glama

get_booking_info

Read-onlyIdempotent

Get the Cal.com booking link and how to use private text rooms. Does not reserve a time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false and openWorldHint=true, covering the safety profile. The description adds one genuinely useful behavioral constraint — 'Does not reserve a time' — which preempts an agent assuming it books. Beyond that it discloses nothing about return format or how current the booking link is, which is thin for a zero-annotation-gap tool.

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 short sentences with zero filler. The primary payload (booking link) is front-loaded and the limiting condition ('Does not reserve a time') is placed last as a boundary clause.

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 zero-parameter, no-output-schema info tool, the description tells the agent what it receives (booking link plus usage guidance for private text rooms) and what it does not do. The only gap is that 'private text rooms' is never defined, so an agent cannot anticipate the shape or scope of that second payload.

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?

The tool takes no parameters at all, so there is nothing for the description to disambiguate and the baseline is 4. The description correctly does not invent argument detail that does not exist.

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 uses a specific verb (Get) with a named resource (the Cal.com booking link) plus a secondary payload (how to use private text rooms), so an agent knows exactly what comes back. It does not need sibling differentiation because no sibling (get_guide, get_payment_options, get_agent_identity) overlaps with booking links, though the second clause is slightly vague about what 'private text rooms' means.

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

Usage Guidelines3/5

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

Usage is only implied: an agent infers it should call this when it needs the booking link. There is no explicit when-to-use framing and no named alternative (e.g., if another tool lists payment or scheduling options). The boundary 'Does not reserve a time' does usefully clarify the counter-case where an agent might expect a booking action.

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