Skip to main content
Glama

track_live_flights

Track live flights worldwide or within a specific geographic area. Provide bounding box coordinates to filter results by region.

Instructions

Aktuelle Flüge weltweit oder in einem bestimmten Gebiet verfolgen.

Ohne Koordinaten werden weltweite Flüge zurückgegeben (begrenzt auf limit). Mit Koordinaten wird ein bestimmtes Gebiet abgefragt (Bounding Box).

Args: lamin: Minimaler Breitengrad — südliche Grenze (z.B. 47.0 für Süddeutschland) lomin: Minimaler Längengrad — westliche Grenze (z.B. 5.0 für Westdeutschland) lamax: Maximaler Breitengrad — nördliche Grenze (z.B. 55.0 für Norddeutschland) lomax: Maximaler Längengrad — östliche Grenze (z.B. 15.0 für Ostdeutschland) limit: Maximale Anzahl zurückgegebener Flüge (Standard: 50, Maximum: 200)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
laminNo
lominNo
lamaxNo
lomaxNo
limitNo
Behavior3/5

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

No annotations are provided, so the description must cover behaviors. It describes the two modes (global vs bounding box) and the limit, but omits details on data freshness, rate limits, or delays.

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 structured with a summary, mode explanation, and a clear args list. Every sentence adds value, with no fluff.

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 5 parameters, no required ones, no output schema, and no annotations, the description covers usage and parameter semantics well. Missing output format details, but the tool name implies live flight data.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, but the description explains all 5 parameters: lamin, lomin, lamax, lomax with geographic meaning and an example, plus limit with default and maximum.

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 tracks live flights globally or in a bounding box. It uses specific verbs ('verfolgen') and a resource ('Aktuelle Flüge'), and distinguishes from siblings like 'track_flight' for single flights.

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 when to use coordinates vs. none, and mentions the limit parameter's default and maximum. Although it does not explicitly exclude alternatives, the context implies when not to use it.

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/AiAgentKarl/aviation-mcp-server'

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