Skip to main content
Glama
Flightradar24

Flightradar24 MCP Server

Official

get_flight_summary_full

Retrieve comprehensive flight summaries with takeoff and landing timings, aircraft, and operator details for real-time or historical data. Requires a date range and at least one search filter.

Instructions

Returns comprehensive timings and locations of aircraft takeoffs and landings, including detailed flight, aircraft, and operator information. Both real-time and extensive historical data are available. Data is available starting from 2024-04-07 and will be extended further in the near future. IMPORTANT: flight_datetime_from and flight_datetime_to are required, and at least one additional search parameter (other than sort and limit) should be provided.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSorting order by first_seen (default: asc).
limitNoLimit of results. Recommended, unless needed. Max 20000.
routesNoFlights between airports/countries (e.g., SE-US, ESSA-JFK). Max 15.
flightsNoFlight numbers (comma-separated values, max 15).
aircraftNoAircraft ICAO type codes (comma-separated, max 15).
airportsNoAirports (IATA/ICAO/ISO 3166-1 alpha-2) or countries. Use format: [direction:]<code>.
callsignsNoFlight callsigns (comma-separated values, max 15).
painted_asNoAircraft painted in an airline's livery (ICAO code, comma-separated, max 15).
operating_asNoAircraft operating under an airline's call sign (ICAO code, comma-separated, max 15).
registrationsNoAircraft registration numbers (comma-separated values, max 15).
flight_datetime_toYesEnd datetime (YYYY-MM-DDTHH:MM:SSZ). Requires flight_datetime_from. Cannot be used with flight_ids. Maximum query range is 14 days.
flight_datetime_fromYesStart datetime (YYYY-MM-DDTHH:MM:SSZ). Requires flight_datetime_to. Cannot be used with flight_ids. Maximum query range is 14 days.
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It adds meaningful context by stating data availability from 2024-04-07, that both real-time and extensive historical data are accessible, and a non-obvious requirement for an additional search parameter. While it does not detail output formats or rate limits, the disclosed traits go beyond mere restatement.

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 concise (three sentences) and front-loads the core purpose. Each sentence is informative: the main functionality, data availability range, and a critical usage constraint. There is no wasted content, and the structure naturally guides the agent toward proper invocation.

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 tool has 12 parameters and no output schema, the description provides a complete high-level picture: it defines the data scope, the types of information returned, the availability window, and a mandatory filtering condition. The parameter schema covers individual details, so the description adequately supplements it for selection and initial invocation.

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?

The schema already documents all 12 parameters with descriptions, so baseline is 3. The description adds value by explicitly requiring at least one additional search parameter beyond sort and limit, which is not present in the schema's required list. This clarifies a non-obvious constraint for effective invocation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns comprehensive timings and locations of aircraft takeoffs and landings with detailed flight, aircraft, and operator information. It distinguishes from siblings implicitly through the word 'full' and 'comprehensive', but does not explicitly name alternative tools for comparison.

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?

The description notes that both real-time and historical data are available, and includes an IMPORTANT constraint about required parameters and additional search filters. However, it does not provide explicit guidance on when to choose this tool over siblings like get_flight_summary_light or get_flight_summary_count, nor does it state exclusions for alternative use cases.

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/Flightradar24/fr24api-mcp'

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