Skip to main content
Glama

seats_aero_search

Submit a bounded award-flight search in a stable Seats.aero-compatible shape, with honest availability semantics. $0.02/call via x402.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cabinNo
end_dateYes
passengersNo
start_dateYes
origin_airportsYes
destination_airportsYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations, the description carries the burden. It discloses 'honest availability semantics' and 'bounded' search behavior, which adds useful context. However, it does not explicitly state read-only status, error handling, or mutation behavior, leaving gaps.

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 a single sentence, front-loaded with the core action and including cost and a behavioral note. It is concise and efficient, though minimal for a tool with six parameters.

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

Completeness1/5

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

For a tool with six parameters, 0% schema coverage, no output schema, and no annotations, the description is severely incomplete. It does not explain required parameters, input formats, or response structure, leaving an agent without enough information to invoke it correctly.

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

Parameters1/5

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

Schema description coverage is 0%, and the description provides no parameter-level information. It does not clarify origin_airports, destination_airports, dates, cabin, or passengers, failing to compensate for the lack of schema descriptions.

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 a specific verb ('Submit') and resource ('bounded award-flight search') with a Seats.aero-compatible shape. It distinguishes itself from the long sibling list by being the only flight-search tool, making its purpose unambiguous.

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 implies use for award-flight searches but does not provide explicit when-to-use vs alternatives or any exclusion criteria. Since no sibling is flight-related, the context is implicitly clear but not formally stated.

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.