Skip to main content
Glama

Departi – Travel Compliance & Curated Booking

departi_search_transport

Read-onlyIdempotent

Searches flights between two places and returns a ranked list of options, each with: carrier, price (in requested currency), cabin class, total duration, number of stops, departure & arrival times, and a booking deep-link. Flights are sourced across providers (Duffel + Travelpayouts) for broad full-service and low-cost coverage. Use for "how do I get from A to B by air". For where to stay use departi_search_accommodation; for things to do use departi_search_experiences. Prices are indicative — book via the returned link. Returns an empty list if no route is found. Ground/rail/bus is not offered through this tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
originYesDeparture IATA code or city, e.g. "BRU" or "Brussels".
passengersNoDefault 1.
cabin_classNoCabin class for the search. Default economy.economy
destinationYesArrival IATA code or city, e.g. "LIS" or "Lisbon".
return_dateNoOptional ISO date after departure_date for a round trip.
traveler_typeNoOptional persona hint.
departure_dateYesISO date, today or future.

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already mark readOnlyHint=true and idempotentHint=true, and the description adds valuable behavioral context: multi-provider sourcing (Duffel + Travelpayouts), indicative pricing with a booking link, empty-list behavior for no routes, and the ground-transport exclusion. No contradictions with 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?

The description is well-structured and front-loaded with the core action, then details the return payload, provider coverage, usage guidance, and limitations. Every sentence adds information; no redundancy or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Without an output schema, the description enumerates the returned fields, making the response format predictable. It covers use cases, alternatives, limitations, pricing caveats, and empty-list behavior, making it sufficiently complete for a search tool with a rich input 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 baseline is 3. The description does not add parameter-level detail beyond the schema; it mentions 'two places' and 'requested currency', but currency is not a schema parameter and no parameter semantics are clarified beyond what the schema already provides.

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 clearly states the tool 'Searches flights between two places' and enumerates the specific output fields (carrier, price, cabin class, duration, stops, times, deep-link). It explicitly distinguishes from sibling tools by directing users to departi_search_accommodation and departi_search_experiences for other needs.

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?

Provides explicit when-to-use guidance ('Use for "how do I get from A to B by air"'), names alternative tools for accommodation and experiences, and states a clear exclusion ('Ground/rail/bus is not offered through this tool'). This fully instructs the agent on tool selection.

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.

TDQS

A4.5/5.0
Disambiguation5/5

Every tool targets a distinct need: compliance (visa, tax, Schengen), booking (accommodation, experiences, transport), and user profile. No overlap in purpose or outputs.

Naming Consistency5/5

All tool names follow the consistent pattern departi_<verb>_<noun> (check_tax, check_visa, get_profile, search_accommodation, search_experiences, search_transport, track_schengen). Uniform snake_case and verb-first style.

Tool Count5/5

Seven tools is well-balanced for the dual purpose of compliance and booking: three compliance tools, three booking tools, and one profile tool. Each earns its place.

Completeness4/5

Core compliance (visa, tax, Schengen) and curated booking (accommodation, experiences, transport) are covered. Minor gaps like ground transport or booking management are acknowledged and don't impede the primary workflow.