Skip to main content
Glama
Flightradar24

Flightradar24 MCP Server

Official

get_live_flights_positions_full

Track live aircraft positions with real-time flight data. Filter by flights, callsigns, airports, or routes to get latitude, longitude, speed, altitude, and aircraft details.

Instructions

Returns real-time aircraft flight movement information including latitude, longitude, speed, and altitude alongside key flight and aircraft information such as origin, destination, callsign, registration and aircraft type. IMPORTANT: At least one search parameter (other than limit) must be provided and non-empty. Choose from: bounds, flights, callsigns, registrations, painted_as, operating_as, airports, routes, aircraft, altitude_ranges, squawks, categories, data_sources, airspaces, gspeed.

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).
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?

No annotations are provided, so the description carries the full burden of disclosing behavior. It clearly states that the tool returns real-time aircraft information and imposes a mandatory filter requirement, which is valuable. However, it does not mention rate limits, response formatting, pagination, error behavior when no filter is given, or authentication requirements. The core behavior is transparent, but significant operational details are absent, leaving it at a 3.

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: the first is front-loaded with the tool's primary output and data fields, the second delivers a high-visibility usage requirement. There is no filler, no repetition of schema details, and each sentence earns its place. Excellent conciseness and structure.

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's complexity (16 parameters) and the absence of an output schema and annotations, the description does a solid job: it lists the returned fields (latitude, longitude, speed, altitude, etc.) and the mandatory search-parameter rule. However, it omits any explanation of how this differs from the 'light' variant or what defaults apply when limit is omitted, though those limits are in the schema. Overall, it is sufficiently complete for an experienced agent but not exhaustive.

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?

With 100% schema description coverage, each parameter is already documented individually. The description adds value by categorizing a subset of parameters as 'search parameters' and excluding 'limit' from that group, while also stating the non-empty requirement—a constraint not evident from the schema's optional flags. This goes beyond simply repeating param descriptions, so a 4 is appropriate.

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 begins with a specific verb 'Returns' and identifies the resource as 'real-time aircraft flight movement information' with a concrete list of data fields (latitude, longitude, speed, altitude, origin, destination, callsign, registration, aircraft type). This is a clear statement of what the tool does, but it does not explicitly contrast with sibling tools like get_live_flights_positions_light or get_live_flights_count. The 'full' suffix and field enumeration imply a richer variant, but the lack of explicit sibling differentiation keeps it from a 5.

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 a critical usage constraint: 'At least one search parameter (other than limit) must be provided and non-empty,' followed by a list of valid filter parameters. This is explicit guidance on when the tool can be invoked. However, it offers no direction on when to use this tool versus the 'light' or 'count' alternatives, nor does it state exclusions (e.g., for historic data or simple counts).

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