Skip to main content
Glama

duvera__travel_flight_search

[duvera · risk:low] List aircraft currently airborne within a radius of a point (adsb.lol ADS-B data). Use geo.geocode to get a city's coordinates first. Returns callsign, altitude, speed, and position. No account required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latitudeYesLatitude of the search center (e.g. 40.64 for JFK).
longitudeYesLongitude of the search center (e.g. -73.78 for JFK).
radius_nmYesSearch radius in nautical miles (1-250), e.g. 50.

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description fully carries the transparency burden. It discloses the data source (adsb.lol), real-time nature, returned fields, and that no account is needed. It also includes a risk indicator (low). It does not mention rate limits or coverage details, but for a simple read tool this is sufficient.

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 with no wasted words. It front-loads the core purpose and data source, then gives actionable guidance and return field summary. Every sentence earns its place.

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 no output schema, the description adequately explains return fields (callsign, altitude, speed, position). All three parameters are documented with examples and ranges. It does not mention result limits or error conditions, but for a straightforward filtering tool this is largely complete.

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% with clear parameter descriptions. The description adds extra value by providing example coordinates (e.g., 40.64 for JFK), the valid radius range (1-250 nautical miles), and a hint to use geo.geocode for coordinates. This goes beyond the basic schema documentation.

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 lists currently airborne aircraft within a radius, specifies the data source (adsb.lol), and lists exact return fields (callsign, altitude, speed, position). It distinguishes itself from similar sibling tools by focusing on real-time airborne aircraft in a geographic area.

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 explicitly tells when to use the tool (list airborne aircraft within a radius) and provides a prerequisite (use geo.geocode for coordinates). It mentions no account is required. However, it does not explicitly state when not to use it or directly compare with alternatives like opensky__flights_live.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.3/5.0
Disambiguation5/5

Each tool is prefixed with its service name, and within each service, tools have distinct actions (e.g., mail_read vs. availability_find). The duvera tools cover different subdomains like dev, finance, and food with no overlap, making selection unambiguous.

Naming Consistency4/5

All tools follow the pattern service__action_object or service__category_action, using lowercase with underscores. The order of verb and noun varies slightly (e.g., package_track vs. boardingpass_show), but the naming is highly predictable and readable.

Tool Count4/5

With 52 tools, the server is large but justified as a gateway aggregating many external services. Each tool corresponds to a common task for its service, so no tool feels extraneous, though the total number is high.

Completeness3/5

The tool surface covers a wide array of services but only provides one or two basic operations per service (mostly read-only). While this suits a quick-lookup gateway, deeper workflows (e.g., creating or updating resources) are missing, leaving gaps for many use cases.

Resources