Skip to main content
Glama
Thaynabarreiro

amadeus-mcp-server

search_flights

Search for bookable non-stop flights on a route and departure date for one adult. Retrieve a list of flight offers with pricing and availability.

Instructions

Search bookable flights for a route and date (non-stop, one adult).

Args: origin: Origin IATA airport code, e.g. "NCE". destination: Destination IATA airport code, e.g. "CDG". departure_date: ISO format "YYYY-MM-DD". max_results: Maximum number of offers to return (default 5).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
originYes
destinationYes
max_resultsNo
departure_dateYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It specifies constraints (non-stop, one adult) but does not disclose whether it is a live search, whether it modifies data, or the format of return results. Additional context on side effects or access patterns would be beneficial.

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?

Description is concise with a clear header and a straightforward list of args. Every sentence adds value; no wasted words. Well-suited for quick comprehension.

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 the presence of an output schema, the description does not need to detail return values. It covers the essential input semantics and constraints. However, it could mention that the search is for commercial flights (bookable) and that results may vary over time.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It explains all four parameters with examples (IATA codes, ISO date format) and default values for max_results. This adds significant meaning beyond the bare schema properties.

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 it searches bookable flights for a route and date, with explicit constraints (non-stop, one adult). It differentiates from sibling tools like flight_status or handle_disruption by focusing on searching, not status or disruption handling.

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?

Implied usage for searching flights, but no explicit guidance on when to use this tool over alternatives like flight_status or predict_delay. No exclusions or use-case boundaries mentioned.

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

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