Skip to main content
Glama

search_all_airlines

Read-only

Search award flight availability across every airline currently LIVE for a route and date, in parallel. The live list is measured from real searches in the last 72h (see list_supported_airlines); airlines whose source is down, blocked or login-walled are not fanned out to, and the response's coverage field says how many were. Any catalogued airline can still be requested by name with search_availability. Returns combined results grouped by airline. This is the recommended starting point — use single-airline search only if you need a specific airline. Requires sign-in. Free accounts get 3 economy searches/day; Premium ($9.99/mo) gets unlimited searches across every cabin.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesTravel date (YYYY-MM-DD)
cabinNoCabin to unlock and rank by (default: economy). Results list EVERY bookable cabin the airline returned, not just this one — free accounts may only request economy.
flex_daysNoAlso search this many days either side of the date. Only widens the seats.aero results (all 24 programmes); the per-airline search stays on the exact date.
arrival_codeYesArrival airport IATA code (e.g. JFK)
departure_codeYesDeparture airport IATA code (e.g. LHR)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.8/5.0
Behavior5/5

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

Beyond the readOnlyHint/openWorldHint annotations, the description discloses a sign-in requirement, free versus Premium daily search quotas, parallel fan-out behavior, the coverage field, and the fact that unavailable airlines are omitted from the fan-out. This gives an agent a realistic model of what happens at call time without repeating annotation data.

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?

Four dense sentences each earn their place: the core action, the live-list caveat, the alternative tool routing, and account/auth constraints. The description is front-loaded with the most important information and avoids filler.

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 complex parallel search tool with no output schema, the description covers sign-in, quotas, airline-source caveats, the coverage field, and the grouped-by-airline response shape. The main remaining gap is that the full result item structure is not specified, but the description still gives an agent enough to invoke and interpret the tool.

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?

The schema already describes all parameters (100% coverage), so the baseline is 3. The description adds account-tier behavior relevant to the cabin parameter ('Free accounts get 3 economy searches/day; Premium ... gets unlimited searches across every cabin') and frames the required parameters as a route-and-date parallel search, which slightly enriches the schema without replacing it.

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 states exactly what the tool does: 'Search award flight availability across every airline currently LIVE for a route and date, in parallel.' It also distinguishes itself from the single-airline sibling by naming search_availability and identifying itself as the recommended starting point, so no agent confusion remains.

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

Usage Guidelines5/5

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

Explicit when-to-use guidance is present: 'This is the recommended starting point — use single-airline search only if you need a specific airline.' It further clarifies when airlines are skipped (source down, blocked, or login-walled) and points to list_supported_airlines and search_availability as supporting alternatives.

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.