Skip to main content
Glama

Afbudsrejser travel search

Søg efter flytilbud fra Danmark

search_flights
Read-only

NDC-justeret API til at søge efter flyrejser (kun fly) tilgængelige fra Danmark. Databasen indeholder sæder på charterfly, som normalt ikke findes hos Google Flights, Skyscanner eller Kayak. Find de bedste tilgængelige flytilbud baseret på søgekriterier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
adtNoAntal voksne (NDC: PaxType=ADT), default 1
chdNoAntal børn (NDC: PaxType=CHD), default 0
infNoAntal spædbørn (NDC: PaxType=INF), default 0
destNoIATA kode for destinationslufthavn, f.eks. AYT, AGP, TFS
origNoIATA kode for afrejselufthavn, f.eks. CPH, BLL, AAL
sortNoSorteringsrækkefølge, default price_ascprice_asc
limitNoAntal tilbud (1-25), default 10
directNoKun direkte fly (NDC: StopQuantity=0)
dep_dateNoEksakt afrejsedato (YYYY-MM-DD)
ret_dateNoEksakt returdato (YYYY-MM-DD)
max_priceNoMaksimal totalpris (NDC: PriceRangeFilter.MaxAmount)
nights_maxNoMaksimum antal nætter (vendor extension, ikke NDC)
nights_minNoMinimum antal nætter (vendor extension, ikke NDC)
dep_date_toNoSeneste afrejsedato (YYYY-MM-DD)
ret_date_toNoSeneste returdato (YYYY-MM-DD)
dep_date_fromNoTidligste afrejsedato (YYYY-MM-DD)
ret_date_fromNoTidligste returdato (YYYY-MM-DD)

TDQS

A4/5.0
Behavior4/5

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

Annotations already mark the operation as read-only and non-destructive. The description adds context beyond annotations by revealing this is an NDC-based API with charter-flight inventory not available on mainstream OTAs, which helps set expectations about result uniqueness and source.

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 sentences, with the core scope in the first sentence and valuable data-source context in the second. The final sentence is somewhat redundant with the first but the overall description remains tight and well-structured.

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?

Given the tool has 17 optional parameters and no output schema, the description does not explain parameter interactions (e.g., exact dates vs. date ranges) or what the response structure looks like. It is adequate for basic selection but leaves important invocation details to inference.

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 all 17 parameters already documented with defaults, formats, examples, and NDC mappings. The description adds no additional parameter-level meaning beyond the generic 'based on search criteria,' so the schema does the heavy lifting.

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 and resource ('søge efter flyrejser') and explicitly scopes it to flights from Denmark. The phrase 'kun fly' separates it from the sibling search_holidays, and the charter-flight inventory detail further defines what kind of offers are returned.

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?

It clearly signals this tool is for flight-only searches from Denmark, which implies the alternative search_holidays covers broader holiday packages. However, it does not explicitly name the sibling or state conditions like 'use this when the user wants flights only and search_holidays when they want packages.'

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.6/5.0
Disambiguation5/5

The two tools are clearly distinct: one searches flight-only options on charter seats, the other searches package holiday deals from major Danish providers. There is no meaningful overlap in purpose.

Naming Consistency5/5

Both tools follow the same search_<resource> pattern, making the naming predictable and consistent across the entire tool set.

Tool Count3/5

With only two tools, the server feels thin, but the scope is intentionally limited to travel searches. The count is borderline but not unreasonable for a focused search-only server.

Completeness4/5

The server covers the two primary travel search categories for the Danish market: standalone flights and package holidays. Minor gaps exist, such as no direct hotel-search or booking-related tools, but these fall outside the apparent search-focused purpose.

Resources