Skip to main content
Glama
Flightradar24

Flightradar24 MCP Server

Official

get_flight_summary_light

Retrieve takeoff and landing timings and locations for any flight, including full aircraft and operator details, for both real-time and historical data.

Instructions

Returns key timings and locations of aircraft takeoffs and landings alongside all primary flight, aircraft, and operator information. Both real-time and 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 full burden and adds useful behavioral context: data availability start date, real-time/historical support, and the IMPORTANT constraint about additional search parameters. It does not disclose pagination or output structure, but for a read-only summary tool this is adequate.

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 three sentences plus a highlighted IMPORTANT note. It front-loads the purpose, then provides data availability and essential usage constraint, with no wasted words.

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 12 parameters and no output schema, the description adequately explains purpose, data range, and usage requirements. It does not clarify what 'light' means versus the full sibling, but the description covers enough for an agent to select and invoke the tool.

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?

Schema coverage is 100%, so baseline is 3. The description adds the global constraint that at least one additional search parameter (other than sort/limit) must be provided, which is not in the schema. This provides value beyond the schema descriptions.

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 key timings and locations of takeoffs/landings along with primary flight/aircraft/operator info. It is specific but does not explicitly differentiate from the sibling get_flight_summary_full, so it lacks sibling distinction.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context: real-time and historical data, availability starting 2024-04-07, and required datetime parameters plus at least one additional search parameter. It does not explicitly state when to use this light version vs the full version, so no exclusions/alternatives are 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/Flightradar24/fr24api-mcp'

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