Skip to main content
Glama

skiplagged_sk_flights_search

[skiplagged] Search Skiplagged for flights between specific locations with filtering options for passengers, fare class, stops, airlines, and timing preferences

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort flights by price (cheapest first), duration (shortest first), or value (best price/time ratio, default)value
limitNoMaximum number of flights to return (default: 12, max: 100)
adultsNoNumber of adult passengers (default: 1, max: 9)
offsetNoNumber of flights to skip for pagination (default: 0)
originYesDeparture location - prefer IATA code
childrenNoNumber of child passengers (default: 0, max: 8)
maxStopsNoMaximum number of stops (none=nonstop, one=1 stop, many=2+ stops)
fareClassNoFare class preference (default: economy)economy
infantsLapNoNumber of lap infants (default: 0, max: 4)
returnDateNo
destinationYesArrival location - prefer IATA code
infantsSeatNoNumber of seat infants (default: 0, max: 4)
departureDateYes
arrivalAirportsNoArray of specific arrival airport codes to include (when destination city has multiple airports)
includeStandardNoInclude standard flights (default: true)
excludedAirlinesNoArray of excluded airline codes (e.g., ['F9', 'NK'])
arrivalTimeLatestNoLatest arrival time in minutes from midnight (0-1439)
departureAirportsNoArray of specific departure airport codes to include (when origin city has multiple airports)
includeHiddenCityNoInclude hidden city flights (default: true)
maxFlightDurationNoMaximum total flight duration in minutes
preferredAirlinesNoArray of preferred airline codes (e.g., ['UA', 'DL'])
maxLayoverDurationNoMaximum layover duration in minutes
arrivalTimeEarliestNoEarliest arrival time in minutes from midnight (0-1439)
departureTimeLatestNoLatest departure time in minutes from midnight (0-1439)
departureTimeEarliestNoEarliest departure time in minutes from midnight (0-1439)
includeVirtualInterliningNoInclude virtual interlining flights (default: true)

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations, the description carries the full burden and only says 'Search', adding little beyond the name. It fails to disclose notable behaviors such as hidden-city/virtual-interlining support, whether results include prices, how filters affect output, or that this is a read-only query. The description is too anemic for a tool with many behavioral options (e.g., includeHiddenCity, includeVirtualInterlining) that the schema implies but the description omits.

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?

One sentence with no filler; it front-loads the vendor and purpose, then summarizes filter categories. It is concise and readable, but it sacrifices substance for brevity, so it does not quite reach a 5.

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

Completeness2/5

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

A 26-parameter tool without an output schema and with no annotations needs more guidance: return shape, how to combine filters, special Skiplagged features, or when to prefer this over the flexible-date/calendar siblings. The description does not provide enough to select and invoke confidently in complex scenarios.

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?

Schema description coverage is 92%, so the heavy lifting is already done by the schema. The description's summary of filters (passengers, fare class, stops, airlines, timing preferences) adds a helpful high-level overview but no specific meaning beyond the schema. Baseline 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 verb ('Search') and resource ('Skiplagged for flights between specific locations'), and the filter summary distinguishes it from sibling car/hotel/calendar tools. However, it does not explicitly contrast with flight-related siblings like skiplagged_sk_flex_departure_calendar or skiplagged_sk_destinations_anywhere, so it stops short of full differentiation.

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 phrase 'between specific locations' implies when to use (concrete origin/destination dates) versus open-ended 'anywhere' searches, but no alternatives are named and no exclusions are provided. Context is inferable but not explicitly guided, which is a gap given many flight-related siblings exist.

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

B3.2/5.0
Disambiguation3/5

Most tools are namespaced by vendor and resource, so ferry, tour, flight, hotel, and experience searches are broadly distinguishable. However, hotel search exists in both skiplagged and trivago, ferryhopper_search_trips is a deprecated duplicate of search_trips_v2, and several skiplagged calendar/anywhere tools overlap in flight-price discovery, which can cause misselection.

Naming Consistency2/5

Naming conventions are mixed across the set: plain underscores (airports_search), vendor-prefixed underscores (ferryhopper_get_ports), redundant prefixes (skiplagged_sk_hotels_search, trivago_trivago-accommodation-search), and hyphenated sub-APIs (tourradar_b2b-tour-details, tourradar_vertex-tour-search). There is no consistent verb_noun pattern and at least one version-suffixed deprecated name.

Tool Count1/5

With 56 tools, the server falls into the extreme-mismatch count band. The breadth is partly explained by eight vendor integrations, but many lookups, near-duplicate searches, and deprecated tools could be consolidated or split into focused MCP servers.

Completeness4/5

The tool surface covers most of the travel-planning lifecycle: airports, airlines, visa rules, FCDO advice, flights, hotels, cars, ferries, experiences, and tours including search, details, and tour booking. The main gaps are that only tours have an actual booking flow and there is no update/cancel or post-booking management.