Skip to main content
Glama
Flightradar24

Flightradar24 MCP Server

Official

get_historic_flights_count

Count historical aircraft flight positions at a given timestamp using filters such as routes, airports, or altitudes to analyze air traffic retrospectively.

Instructions

Returns number of historical aircraft flight positions. IMPORTANT: Timestamp is required, and at least one additional search parameter (other than limit) must be provided and non-empty.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoLimit of results. Recommended, unless needed. Max 30000.
boundsNoCoordinates defining an area. Order: north, south, west, east (comma-separated float values).
gspeedNoFlight ground speed in knots (single value or range, e.g., 120-140, 80).
routesNoFlights between airports/countries (e.g., SE-US, ESSA-JFK). Max 15.
flightsNoFlight numbers (comma-separated values, max 15).
squawksNoSquawk codes in hex format (comma-separated).
aircraftNoAircraft ICAO type codes (comma-separated, max 15).
airportsNoAirports (IATA/ICAO/ISO 3166-1 alpha-2) or countries. Use format: [direction:]<code>. Directions: inbound, outbound, both.
airspacesNoFlight information region in lower or upper airspace.
callsignsNoFlight callsigns (comma-separated values, max 15).
timestampYesUnix timestamp for the historical snapshot.
categoriesNoCategories of Flights (comma-separated: P, C, M, J, T, H, B, G, D, V, O, N).
painted_asNoAircraft painted in an airline's livery (ICAO code, comma-separated, max 15).
data_sourcesNoSource of information (comma-separated: ADSB, MLAT, ESTIMATED).
operating_asNoAircraft operating under an airline's call sign (ICAO code, comma-separated, max 15).
registrationsNoAircraft registration numbers (comma-separated values, max 15).
altitude_rangesNoFlight altitude ranges in feet (e.g., 0-3000, 5000-7000).
Behavior3/5

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

Without annotations, the description carries the burden of behavioral disclosure. It discloses the required parameter combination rule, which is not inferable from the schema alone. However, it does not mention output format, error conditions, or rate limits, leaving gaps in transparency.

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 two sentences, front-loaded with the primary purpose and followed by an important warning. Every word earns its place with no redundancy.

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 tool has 17 parameters and no output schema, yet the description provides only the count purpose and the mandatory-filter constraint. It does not explain the return structure, the meaning of 'flight positions' as opposed to flights, or the optional combination of filters. Given the tool's complexity, the description is incomplete but the schema covers parameter details.

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 describes all 17 parameters with 100% coverage, so the description's contribution is limited. It adds value by clarifying that 'limit' does not count as the required additional search parameter, which is an important interaction rule. This elevates the semantics beyond the schema.

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 identifies the tool as returning a count of historical flight positions, using a specific verb and resource. The term 'historical' differentiates it from live count tools, and 'count' vs 'positions' distinguishes it from sibling position tools. Though 'flight positions' might be ambiguous, the core purpose is unambiguous.

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 provides a crucial usage constraint: timestamp is required and at least one additional search parameter must be non-empty. However, it does not explicitly compare this tool to alternatives or state when to prefer it over position-returning siblings. The guidance is operational rather than comparative.

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