Skip to main content
Glama

query_flight_analytics

Retrieve time-series flight data like altitude and airspeed for specific flights. Supports multiple analytics and output formats for detailed flight analysis.

Instructions

Get time-series data (altitude, airspeed, etc.) for specific flights.

Flight IDs come from query_database. Accepts human-readable analytic names (e.g. "Airspeed") which are resolved automatically, or raw IDs from search_analytics.

Args: ems_system_id: EMS system ID. flight_ids: Flight record IDs (max 10, from query_database). analytics: Analytic names or IDs (max 20). e.g. ["Airspeed", "Altitude"]. start_offset: Start time in seconds from flight start. end_offset: End time in seconds from flight start. sample_rate: Samples per second (default: 1.0). output_format: 'table' (default), 'csv' (compact), or 'json' (structured).

Returns: Per-flight time-series data in the requested output format.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ems_system_idYes
flight_idsYes
analyticsYes
start_offsetNo
end_offsetNo
sample_rateNo
output_formatNotable

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/mattsq/ems-mcp'

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