Skip to main content
Glama

Search live flight data

search_flight

Search for a flight and get fresh seatmap data. Requires a signed-in account — connect this server to sign in via OAuth. Paid plan users can fetch new flights not yet in our database. Uses a search credit. Returns an interactive seatmap with the results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
flight_dateNoFlight date in YYYY-MM-DD format (defaults to today)
flight_numberYesFlight number, e.g. 'QF1', 'AA716'

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already mark it as non-read-only and open-world, and the description adds meaningful behavioral details beyond that: authentication via OAuth, consumption of a search credit, paid-plan access to new flights, and freshness of the data. These are valuable operational traits not encoded in the structured fields. No contradiction exists between the description and the annotations.

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 concise, with three sentences that each add information: the core purpose, the auth/account requirement, and the cost/access/result details. The main purpose is front-loaded. It is slightly dense, but every sentence earns its place without unnecessary elaboration.

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?

For a simple two-parameter tool with full schema coverage and no output schema, the description covers the essential operational context: return type (interactive seatmap), authentication, credit usage, and data freshness. It does not mention error cases or what happens when a flight isn't found, but this is minor given the tool's simplicity and the other covered details.

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 provides full documentation for both parameters: flight_number includes an example, and flight_date includes format and default. The description itself adds no parameter-specific detail beyond the general action of searching for a flight. With 100% schema coverage, a baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action ('Search for a flight') and a concrete result ('get fresh seatmap data', 'Returns an interactive seatmap with the results'). It clearly distinguishes the tool as a search operation that yields seatmap data. However, it does not explicitly differentiate itself from sibling tools like get_seatmap or interactive_seat_finder, so it falls short of perfect clarity.

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

Usage Guidelines3/5

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

The description provides useful usage context: requires a signed-in account, uses OAuth, consumes a search credit, and paid plan users can fetch new flights. However, it offers no explicit guidance on when to choose this tool over alternatives, such as get_seatmap for already-cached seatmaps, nor any when-not-to-use conditions. The usage case is implied rather than stated directly.

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

A3.8/5.0
Disambiguation2/5

Alerts, search, and reviews are clearly distinct, but find_best_seats, interactive_seat_finder, get_seat_info, and get_seatmap all render interactive seatmaps and overlap in purpose. find_best_seats and interactive_seat_finder are especially hard to distinguish despite minor differences in preferences.

Naming Consistency4/5

Most tools follow a verb_noun pattern like create_seat_alert, list_seat_alerts, get_seat_reviews, and search_flight. The main deviations are interactive_seat_finder, which uses a noun phrase instead of a verb, and get_seatmap as a compound rather than get_seat_map.

Tool Count4/5

10 tools is a reasonable size for a flight seatmap server covering seat maps, search, alerts, reviews, and discovery. The count is slightly less clean because interactive_seat_finder largely duplicates find_best_seats, but the overall scope is still manageable.

Completeness4/5

The core workflow of searching flights, viewing seatmaps, inspecting seats, finding best seats, and managing seat alerts is well covered. Minor gaps include no way to update a seat alert and no way to submit or edit seat reviews, but these are workable limitations.