Skip to main content
Glama

check_live_traffic

Check live ADS-B aircraft traffic near any location. Retrieve real-time positions, callsigns, altitudes, speeds, and headings within a specified radius to avoid manned aircraft conflicts during drone operations.

Instructions

Check live ADS-B aircraft traffic near a location. Returns aircraft currently broadcasting position within the search radius, including callsign, altitude, speed, and heading. Data refreshes in near-real-time from ADS-B receivers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYesLatitude in decimal degrees
lngYesLongitude in decimal degrees
radius_nmNoSearch radius in nautical miles (default: 25)
Behavior3/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It mentions near-real-time data refresh from ADS-B receivers, which is helpful, but does not disclose rate limits, authentication needs, or whether the tool is read-only vs. destructive. Without annotations, a score of 3 is appropriate as it adds some context but has gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the main action and details following. It is concise but could be more structured with bullet points or explicit mentions of tool limitations, though not necessary given the simplicity.

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 has no output schema, the description adequately describes the returned fields (callsign, altitude, speed, heading). It covers the main purpose and data sources, but lacks information on response format or pagination. For a simple query tool, it is fairly complete.

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?

The input schema has 100% description coverage for all three parameters (lat, lng, radius_nm), so the description does not need to add further details. The description provides no additional param semantics beyond what the schema already offers, resulting in a baseline score of 3.

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 the tool checks live ADS-B aircraft traffic near a location, specifies the type of entities (aircraft) and data returned (callsign, altitude, speed, heading). It differentiates from sibling tools like check_airspace and get_active_tfrs which focus on airspace rather than live traffic.

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 implies real-time use for monitoring aircraft positions, but does not explicitly state when to use this tool versus alternatives like check_airspace or preflight_briefing. It provides clear context on what data is returned, assuming the agent can infer usage scenarios.

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/markpdxt/dronelytics-mcp'

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