Skip to main content
Glama
gavgrego

seats.aero MCP server

by gavgrego

get_flights

Retrieve cached award flight availability from seats.aero. Specify origin and destination, with optional filters for date range, cabin class, and direct flights.

Instructions

Get cached award flights on seats.aero.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
originAirportYes
destinationAirportYes
departureDateNo
cabinClassNo
startDateNo
endDateNo
cursorNo
takeNo
order_byNo
skipNo
include_tripsNo
only_direct_flightsNo
carriersNo
Behavior1/5

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

No annotations are present, and the description only mentions 'cached' without explaining how caching affects data freshness, rate limits, or any other behavioral traits. This is insufficient for an agent to understand side effects or limitations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short, but it sacrifices essential detail. It is under-specified rather than appropriately concise, leaving critical information missing.

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?

With 13 parameters, no output schema, and minimal description, the tool definition is severely incomplete. An agent cannot effectively construct a valid request or interpret results.

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 adds no parameter-level information. The agent cannot infer meaning for fields like originAirport, cabinClass, or startDate beyond their type/constraints in the schema.

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

Purpose3/5

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

The description states 'Get cached award flights on seats.aero,' which is a specific verb and resource (award flights). However, it lacks differentiation from sibling tools like get_bulk_avail and get_routes, and 'cached' is ambiguous without further context.

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

Usage Guidelines1/5

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

No usage guidelines are provided. The description does not specify when to use this tool versus alternatives, nor any prerequisites or context for invocation.

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/gavgrego/seats.aero-mcp-server'

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