Skip to main content
Glama

Akkilahdot travel search

Etsi lentotarjouksia Suomesta

search_flights
Read-only

NDC-yhteensopiva API lentojen (vain lennot) hakuun Suomesta. Tietokanta sisältää tilauslentojen paikkoja, joita ei yleensä löydy Google Flightsista, Skyscanneristä tai Kayakista. Etsi parhaat saatavilla olevat lentotarjoukset hakukriteerien perusteella.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
adtNoAikuisten määrä (NDC: PaxType=ADT), oletus 1
chdNoLasten määrä (NDC: PaxType=CHD), oletus 0
infNoVauvojen määrä (NDC: PaxType=INF), oletus 0
destNoIATA-koodi kohdekentälle, esim. AYT, AGP, TFS
origNoIATA-koodi lähtökentälle, esim. HEL, OUL, TLL
sortNoJärjestys, oletus price_ascprice_asc
limitNoTarjousten määrä (1-25), oletus 10
directNoVain suorat lennot (NDC: StopQuantity=0)
dep_dateNoTarkka lähtöpäivä (YYYY-MM-DD)
ret_dateNoTarkka paluupäivä (YYYY-MM-DD)
max_priceNoMaksimihinta (NDC: PriceRangeFilter.MaxAmount)
nights_maxNoEnimmäismäärä öitä (vendor extension, ei NDC)
nights_minNoVähimmäismäärä öitä (vendor extension, ei NDC)
dep_date_toNoViimeisin lähtöpäivä (YYYY-MM-DD)
ret_date_toNoViimeisin paluupäivä (YYYY-MM-DD)
dep_date_fromNoAikaisin lähtöpäivä (YYYY-MM-DD)
ret_date_fromNoAikaisin paluupäivä (YYYY-MM-DD)

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, and destructiveHint=false, covering the safety profile. The description adds useful context about NDC compatibility and the unique charter inventory, but does not disclose operational details such as response format, rate limits, or search completeness behavior.

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?

The description is three short sentences with no wasted words. It front-loads the core function, adds differentiating inventory context, and closes with the expected outcome of finding the best available flight deals.

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

Completeness3/5

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

With 17 parameters and no output schema, the description provides the core purpose and data-source differentiator but does not explain result structure, pagination, or what constitutes a valid minimal query. The schema covers parameters well, but the description alone does not fully equip an agent to understand all behavior of a complex search tool.

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 100%, so the schema already documents every parameter. The description adds no parameter-level detail beyond a generic reference to 'search criteria', which is appropriate for the baseline but provides no additional semantic value.

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 a specific verb and resource: a flight search API for flights only from Finland. It also distinguishes itself from the sibling search_holidays by emphasizing 'vain lennot' (flights only) and by highlighting charter inventory not available on other travel search engines.

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

Usage Guidelines4/5

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

The description gives clear context for when to use the tool: when searching for flights, especially charter flight seats not found on mainstream search engines. It does not explicitly name an alternative or state 'use search_holidays for holiday packages', but the 'vain lennot' phrasing strongly implies the boundary.

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

A3.8/5.0
Disambiguation5/5

The two tools are clearly distinct: one searches for flights and the other for package holidays. There is no overlap in their purposes or expected results.

Naming Consistency5/5

Both tool names follow the exact same verb_noun pattern: search_flights and search_holidays. The convention is consistent and predictable.

Tool Count3/5

With only two tools, the server feels minimal for a travel search domain. However, the two tools cover the main advertised search types, making the count borderline but not unreasonable.

Completeness4/5

The server focuses on search and provides the two primary search modes (flights and package holidays). It lacks hotel-only or rental car search, but for the stated purpose of finding flights and holiday packages, the surface is largely complete.

Resources