Skip to main content
Glama

lookup_aircraft_state

Retrieve the latest ADS-B state vector for any registered aircraft by providing its FAA N-Number or ICAO24 hex code. Get real-time position, altitude, speed, heading, and on-ground status.

Instructions

Return the latest public ADS-B state vector for a registered aircraft.

Accepts either an FAA N-Number (e.g. N12345, N123AB) or a 6-char ICAO24 hex (e.g. a061d9). N-Numbers are converted in-process first; on failure the FAA public registry is consulted as a fallback.

Returns position (lat/lon), barometric altitude (m), ground speed (m/s), heading (°), on-ground flag, and last-contact timestamp. Requires OPENSKY_CLIENT_ID + OPENSKY_CLIENT_SECRET (OAuth2, preferred) or OPENSKY_USERNAME + OPENSKY_PASSWORD (Basic Auth, legacy).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tail_or_icaoYes
Behavior4/5

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

Discloses authentication requirements (OAuth2 or Basic Auth) and fallback logic for N-number conversion. Without annotations, it covers key behavioral traits, though rate limits or data freshness are not mentioned.

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?

Concise, front-loaded with purpose, and uses structured list for return fields. Every sentence adds value with no redundancy.

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?

Covers inputs, conversion, auth, and output fields adequately. Lacks mention of error handling or data source limitations, but is sufficient for typical use.

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 0% schema coverage, the description compensates by explaining the single parameter's format and providing examples (N12345, a061d9), adding significant meaning 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 states it returns the latest public ADS-B state vector for a registered aircraft, specifying verb and resource. It distinguishes from siblings by being the only tool focused on aircraft state lookup.

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?

Provides clear accepted input types (N-Number or ICAO24 hex) and explains conversion process. However, it does not explicitly state when not to use or mention alternatives among siblings.

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/ykshah1309/global-sentinel-mcp'

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