Skip to main content
Glama

get_flight_departures

Get flight departures from an airport. Returns flight number, airline, destination, scheduled time, status, gate, and terminal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hoursNoLook-ahead window in hours (1-12, default: 6)
airportNoIATA airport code (default: JFK)JFK

TDQS

B3.2/5.0
Behavior2/5

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

No annotations provided, so description carries full burden. Only states it returns data, implying read-only but doesn't disclose other behaviors (e.g., authentication, rate limits, latency, pagination). Limited transparency beyond basic function.

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?

Single sentence, front-loaded with action. Efficient but could be trimmed slightly without losing clarity. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers basic purpose and return fields but lacks details on result format, sorting, filtering, or how parameters affect output. No mention of sibling tool or when alternatives are better. Adequate but not comprehensive.

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?

Schema descriptions already fully explain parameters (hours: look-ahead window, airport: IATA code). The tool description adds no extra meaning beyond schema, so baseline score of 3 is appropriate given 100% schema coverage.

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?

Clearly states verb 'Get flight departures' and resource 'from an airport'. Lists specific fields returned (flight number, airline, etc.), making it distinct from sibling tool 'get_airport_info' which likely provides general airport data rather than departure schedules.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives. Does not mention any prerequisites, context, or exclusion cases. The sibling tool is not referenced to help the agent decide.

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.4/5.0
Disambiguation5/5

The two tools target distinct aspects: airport static information and departures. No overlap in purpose.

Naming Consistency5/5

Both tools follow the 'get_<noun>' pattern with snake_case, perfectly consistent.

Tool Count3/5

Two tools is borderline; while the server purpose is narrow, it lacks coverage for a comprehensive flight data service.

Completeness2/5

Missing arrivals, flight status, airline info, and other common flight data operations. Significant gaps for the claimed domain.

Resources