flight-finder
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AEROLOPA_API_ID | No | Optional API ID for AeroLOPA seat maps | |
| SEATS_AERO_API_KEY | Yes | API key for seats.aero Pro API | |
| AEROLOPA_API_SECRET | No | Optional API secret for AeroLOPA seat maps |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_cash_one_wayC | Cash-fare one-way search via fli (Google Flights). |
| search_cash_round_tripC | Cash-fare round-trip search via fli (Google Flights). |
| search_awardsD | Award search via seats.aero Pro API. |
| find_positioning_flightsA | Find positioning flights from |
| plan_tripC | Run the full trip planner on a trips/*.yaml file. |
| get_seat_mapA | AeroLOPA cabin product + seat map URL for a specific aircraft. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool targets a distinct aspect of flight finding: positioning flights, seat maps, trip planning, award search, and cash search (one-way and round trip). No overlaps.
All tool names follow a consistent verb_noun pattern with snake_case (e.g., find_positioning_flights, get_seat_map, search_awards).
Six tools cover the core functionality of a flight finder without excess. The scope is well-scoped and manageable.
The set covers major flight search types (award, cash) and trip planning, but lacks tools for flight status, booking management, or filtering by amenities. Minor gaps exist.