Skip to main content
Glama
Flightradar24

Flightradar24 MCP Server

Official

get_flight_summary_count

Count flights matching specified criteria, such as route, aircraft, or airline, within a date range. Requires start and end datetime plus at least one filter.

Instructions

Returns the number of flights for a given flight summary query. IMPORTANT: flight_datetime_from and flight_datetime_to are required, and at least one additional search parameter should be provided.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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.
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only mentions the required parameters and the recommendation for an additional parameter, but does not disclose the return format, error behavior if requirements are not met, or any other behavioral traits.

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 long, front-loaded with the core purpose, and every word earns its place. The IMPORTANT note is concise and directly actionable.

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 schema provides rich parameter details, and the description covers the count semantics and constraints. However, given the many sibling tools, the description does not clarify when to use this over get_live_flights_count or get_historic_flights_count, leaving some contextual ambiguity.

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

Parameters3/5

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

Schema coverage is 100%, so the baseline is 3. The description adds value by emphasizing the required datetime parameters and the recommendation to include at least one additional search parameter, which is not explicitly stated in the schema for the optional parameters. However, this addition is minimal.

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 the number of flights for a flight summary query, using a specific verb ('Returns') and resource ('number of flights'). It distinguishes from siblings that provide flight details or positions, though it does not explicitly differentiate from the live/historic count tools.

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 explicit usage guidance: flight_datetime_from and flight_datetime_to are required, and at least one additional search parameter should be provided. This is helpful for correct invocation, though it does not mention alternative tools or exclusions.

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