Skip to main content
Glama
Departi

Departi MCP Server

Official

departi_search_transport

Read-onlyIdempotent

Search for flights between two places and compare ranked options by carrier, price, cabin class, duration, and stops, with direct booking links.

Instructions

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.
Behavior5/5

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

The description adds valuable behavioral context beyond annotations: it sources flights across multiple providers (Duffel + Travelpayouts), states prices are indicative requiring booking via the link, and clarifies empty list behavior. This complements the readOnlyHint and idempotentHint annotations without contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single paragraph of moderate length (roughly 100 words). It covers all essential points without excessive verbosity. While front-loading could be slightly improved by placing the core action sentence first, it is already clear. Minor structural improvement possible, but overall efficient.

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?

Given 7 parameters, no output schema, and moderate complexity, the description adequately explains the tool's behavior, return format, data sources, and edge cases (empty list). It doesn't mention pagination or result limits, but these are not critical for a simple search tool. Fairly complete for the use case.

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 is 3. The description does not add new parameter-level semantics beyond what the schema already provides (e.g., origin/destination formats, cabin class enum, date formats). The return format list is helpful but relates to output, not parameter meaning.

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 'Searches flights between two places and returns a ranked list of options' with specific details (carrier, price, etc.). It also distinguishes itself from sibling tools departi_search_accommodation and departi_search_experiences, which cover different travel 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?

Explicitly says 'Use for "how do I get from A to B by air"' and provides negative guidance: 'Ground/rail/bus is not offered through this tool.' It also names specific alternative tools for accommodation and experiences, giving clear when-to-use and when-not-to-use boundaries.

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/Departi/mcp-server'

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