Skip to main content
Glama
Thaynabarreiro

amadeus-mcp-server

predict_delay

Predict the probability of a flight delay exceeding 2 hours by providing origin, destination, departure time, carrier, and flight number.

Instructions

Predict the probability that a flight is delayed by more than 2 hours.

Args: origin: Origin IATA airport code, e.g. "NCE". destination: Destination IATA airport code, e.g. "CDG". departure_datetime: Scheduled departure, ISO format "YYYY-MM-DDTHH:MM". carrier_code: IATA carrier code, e.g. "AF". flight_number: Flight number, e.g. "1234".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
originYes
destinationYes
carrier_codeYes
flight_numberYes
departure_datetimeYes
Behavior2/5

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

No annotations provided, so the description carries the full burden. It does not disclose behavioral traits such as whether the tool is read-only, rate limits, authentication needs, or what happens on invalid input. The description only covers basic purpose and parameters.

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 efficient with a clear purpose sentence followed by a structured 'Args' list. No redundant text, and the most important information comes first.

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

Completeness3/5

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

The description covers the tool's purpose and all parameters, but lacks any information about the return value or output format. Since there is no output schema, the description should have mentioned what the prediction result looks like (e.g., probability value). Also missing error handling context.

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?

Despite 0% schema description coverage, the description adds value by explaining each parameter with examples (e.g., origin 'NCE', departure_datetime format 'YYYY-MM-DDTHH:MM') and clarifying codes. This helps agents understand required formats beyond schema titles.

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 predicts the probability that a flight is delayed by more than 2 hours. It uses a specific verb 'predict', identifies the resource 'flight delay probability', and distinguishes from siblings like 'flight_status' which likely gives current status rather than prediction.

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?

No explicit guidance on when to use this tool versus alternatives. The description implies it's for prediction, but does not mention exclusions or recommend other tools for current status or actions.

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