Skip to main content
Glama

fa_get_flights

Read-only

Retrieve recent, current, and scheduled flights for a flight designator, aircraft registration, or FlightAware ID. Specify time window and pagination to filter results.

Instructions

Get flights for an ident — a flight designator (e.g. UAL123, AAL100), aircraft registration (e.g. N12345), or fa_flight_id. Returns recent, current, and scheduled flights for that ident.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
identYesFlight designator, registration, or fa_flight_id
ident_typeNoDisambiguate how `ident` is interpreted
startNoISO-8601 start of the time window
endNoISO-8601 end of the time window
max_pagesNoMax pages to fetch (AeroAPI default: 1)
cursorNoOpaque paging cursor from a previous response's links.next
Behavior4/5

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

Annotations already indicate readOnlyHint and openWorldHint. The description adds that the tool returns recent, current, and scheduled flights, providing useful behavioral context beyond the annotations. No contradictions.

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?

Two sentences, no wasted words. The most important information (purpose and input types) is front-loaded, making it easy for an agent to quickly understand the tool.

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 6 parameters and no output schema, the description covers the core purpose and the main parameter semantics. It could mention paging (max_pages, cursor) or the return format, but the sibling tools and annotations provide some context. It is mostly complete for the agent's decision-making.

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 the baseline is 3. The description adds meaning by explaining the three types of ident (designator, registration, fa_flight_id) and implying the return types, which helps the agent understand the purpose of the main parameter better than the schema alone.

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?

Description clearly states it gets flights for an ident (flight designator, registration, or fa_flight_id) and specifies it returns recent, current, and scheduled flights. This distinguishes it from siblings like fa_get_flight_history or fa_get_flight_position.

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 explains the types of identifiers accepted and the time scope of returned flights, giving good context for when to use this tool. However, it does not explicitly contrast with other similar tools like fa_search_flights or fa_get_operator_flights, which could help an agent choose between them.

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/chrischall/flightaware-mcp'

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