Skip to main content
Glama

Restplass travel search

Søk etter flytilbud fra Norge

search_flights
Read-only

NDC-justert API for å søke etter flyreiser (kun fly) tilgjengelig fra Norge. Databasen inneholder seter på charterfly som vanligvis ikke finnes hos Google Flights, Skyscanner eller Kayak. Finn de beste tilgjengelige flytilbudene basert på søkekriterier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
adtNoAntall voksne (NDC: PaxType=ADT), default 1
chdNoAntall barn (NDC: PaxType=CHD), default 0
infNoAntall spedbarn (NDC: PaxType=INF), default 0
destNoIATA kode for destinasjonsflyplass, f.eks. AYT, AGP, TFS
origNoIATA kode for avreiseflyplass, f.eks. OSL, SVG, TRD
sortNoSorteringsrekkefølge, default price_ascprice_asc
limitNoAntall tilbud som returneres (1-25), default 10
directNoKun direktefly (NDC: StopQuantity=0)
dep_dateNoEksakt utreisedato (YYYY-MM-DD)
ret_dateNoEksakt returdato (YYYY-MM-DD)
max_priceNoMaksimum totalpris (NDC: PriceRangeFilter.MaxAmount)
nights_maxNoMaksimum antall netter (vendor extension, ikke NDC)
nights_minNoMinimum antall netter (vendor extension, ikke NDC)
dep_date_toNoSeneste utreisedato (YYYY-MM-DD)
ret_date_toNoSeneste returdato (YYYY-MM-DD)
dep_date_fromNoTidligste utreisedato (YYYY-MM-DD)
ret_date_fromNoTidligste returdato (YYYY-MM-DD)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already carry the safety profile (readOnlyHint=true, openWorldHint=true, destructiveHint=false). The description usefully adds that the database contains charter-flight seats normally absent from Google Flights, Skyscanner, and Kayak, which sets accurate expectations about inventory uniqueness. It does not add details on response format, pagination, or rate limits, so it adds moderate but not rich behavioral context.

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?

Three front-loaded sentences convey purpose first, then a value-adding detail about the unique charter inventory. The final sentence ('Finn de beste tilgjengelige flytilbudene basert på søkekriterier') is mildly redundant with the first sentence but does not add meaningful bloat.

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 well-documented parameters and annotations covering safety and open-world behavior, the description covers the data-source angle well. However, there is no output schema and the description never mentions return shape, nor does it explicitly address the sibling tool, leaving the agent to infer routing and response expectations.

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%, with every parameter documented including IATA code examples, NDC references, defaults, and min/max bounds. The free-text description adds no parameter-level meaning beyond what the schema already provides, so the baseline of 3 is appropriate.

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 uses a specific verb ('søke') tied to a clear resource ('flyreiser, kun fly') and adds geographic scope ('tilgjengelig fra Norge'). The explicit parenthetical '(kun fly)' differentiates it from the sibling search_holidays, so an agent can distinguish the two without opening schemas.

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 scoping language 'kun fly' and 'tilgjengelig fra Norge' implies when this tool applies, and the sibling search_holidays is present in context. However, there is no explicit statement of when to choose search_holidays instead, nor any when-not-to-use guidance or exclusion criteria.

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.

Resources