Skip to main content
Glama

explain_travel_timing

Read-onlyIdempotent

Advise on booking windows, airport arrival timing, layovers, and seasonal considerations. Use for questions like when to book or how early to arrive.

Instructions

Explain general travel timing and logistics, including booking windows, airport arrival timing, layovers, and seasonal considerations. Use for advice questions like when to book or how early to arrive; use search_travel_options when the user wants route-specific flight search. Read-only, no authentication, no external booking link, and no booking side effects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
originNoOrigin IATA code. Optional — used to determine if route is international.
destinationNoDestination IATA code. Optional — used to determine if route is international.
Behavior4/5

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

Description states read-only, no authentication, no booking link, and no booking side effects. Annotations already indicate readOnlyHint and idempotentHint, but the description adds specific behavioral context beyond annotations.

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 concise sentences with purpose, topics, usage guidance, and behavioral traits front-loaded. No unnecessary words.

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?

Covers purpose, usage, and behavior. Lacks explicit mention of output format (likely textual explanation), but given the tool name and description, it's largely complete. Optional params are noted, but their impact on output is implicit.

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 baseline 3. The description does not add additional semantic info beyond what the schema already provides for the two optional parameters.

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?

Description clearly states the tool explains general travel timing and logistics, listing specific topics. It distinguishes from sibling 'search_travel_options' by specifying when to use each.

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

Usage Guidelines5/5

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

Explicitly advises using this tool for general timing advice (e.g., when to book, how early to arrive) and directs to 'search_travel_options' for route-specific search. Also notes read-only, no auth, no booking side effects.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/forgemeshlabs/travel'

If you have feedback or need assistance with the MCP directory API, please join our Discord server