Skip to main content
Glama

Afbudsrejser travel search

Søg efter afbudsrejser og pakkerejser fra Danmark

search_holidays
Read-only

API til at søge i den største og mest komplette database i Danmark efter pakkerejsetilbud. API'et bruges til at give de bedste tilbud på pakkerejser, der tilbydes af Spies, TUI, Apollo, Nazar, Ticket, Solfaktor og mange andre. Find de bedste tilgængelige pakkerejser fra Danmark baseret på søgekriterier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNoBreddegrad i decimalgrader, bruges med lon og radius
lonNoLængdegrad i decimalgrader, bruges med lat og radius
bboxNoGeografisk søgning begrænset med en rektangel. Format: minLat,minLon,maxLat,maxLon.
sortNoSorteringsrækkefølge for tilbuddene. Standard er price_asc
limitNoAntal tilbud, der skal returneres, for eksempel 5, 10. Standard 1
adultsNoAntal voksne 12-99 år, default 2
fieldsNoFelter, der skal inkluderes i søgeresultatet
radiusNoRadius i kilometer fra lat, lon
ratingNoMinimum antal stjerner, for eksempel 3, 4, 5
infantsNoAntal spædbørn 0-1 år, default 0
categoryNoKategori for ferien SUNBATH=Sol og bad, CITY=Storbyferie, SKI=Skiferie, EXOTIC=Eksotisk
childrenNoAntal børn 2-11 år, default 0
days_maxNoMaksimalt antal dage for ferien, for eksempel 3, 7, 14
days_minNoMinimum antal dage for ferien, for eksempel 3, 7, 14
featuresNoFaciliteter på hotellet: ac=aircondition, adultsonly=Kun for voksne, apartment=lejlighed, bar=bar, childspool=børnepool, gym=træningscenter, heatedpool=opvarmet pool, kidsclub=børneklub, pool=pool, seaview=havudsigt, restaurant=restaurant, spa=spa
max_priceNoMaksimal totalpris for hele rejsen, for eksempel 5000, 10000, 15000
board_typeNoMåltider inkluderet på hotellet, for eksempel morgenmad, halvpension, helpension, all inclusive
hotel_nameNoHotelnavn, for eksempel Riu Palace, Iberostar, Sol
temp_waterNoMinimum forventet vandtemperatur i Celsius, for eksempel 20, 25
country_isoNoISO-kode for land, for eksempel ES, GR, PL, TR
guest_ratingNoMinimum gæstevurdering, for eksempel 8.2, 9.0. Median: 8.4
direct_flightNoSæt til true for at finde hoteller med direktefly
distance_beachNoMaksimal afstand til stranden i meter, for eksempel 0, 100, 500
depart_date_maxNoSenest mulige start på ferien (ISO 8601 format YYYY-MM-DDTHH:MM:SSZ)
depart_date_minNoTidligst mulige start på ferien (ISO 8601 format YYYY-MM-DDTHH:MM:SSZ)
distance_centreNoMaksimal afstand til centrum i meter, for eksempel 0, 100, 500
return_date_maxNoSenest mulige hjemreise (ISO 8601 format YYYY-MM-DDTHH:MM:SSZ)
return_date_minNoTidligst mulige hjemreise (ISO 8601 format YYYY-MM-DDTHH:MM:SSZ)
destination_nameNoDestinationsnavn, for eksempel Malta, Magaluf, Gran Canaria
distance_airportNoMaksimal afstand mellem hotel og lufthavn i km, for eksempel 20, 40, 80
number_of_nightsNoPræcis antal nætter for ferien, for eksempel 3, 7, 14
temp_air_day_maxNoMaksimum forventet dagtemperatur i Celsius, for eksempel 25, 30
temp_air_day_minNoMinimum forventet dagtemperatur i Celsius, for eksempel 20, 25
depart_date_exactNoFerien skal starte denne dagen (ISO 8601 format YYYY-MM-DDTHH:MM:SSZ)
return_date_exactNoHjemreisen skal begynner denne dagen(ISO 8601 format YYYY-MM-DDTHH:MM:SSZ)
origin_airport_codeNoIATA kode for afrejselufthavn, for eksempel CPH, BLL, AAL
destination_airport_codeNoIATA kode for destination lufthavn, for eksempel ALC, AGP, TFS

TDQS

A3.7/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 context about the database size, suppliers, and that it returns available package offers, but it does not disclose result ordering, result count behavior, or how filters are combined.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is relatively short but repetitive: 'pakkerejser' and 'bedste' appear multiple times, and the third sentence largely restates the first. It front-loads the core purpose but includes marketing phrases like 'største og mest komplette database' that do not add technical value.

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 37 optional parameters and no output schema, the description provides only a high-level purpose. The rich input schema compensates by documenting every parameter with defaults and examples, and annotations cover safety semantics. Still, the description gives no guidance on query construction, default behavior, or result interpretation, so it is only minimally complete.

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 all 37 parameters, including defaults, enums, and examples. The description adds only the general phrase 'based on search criteria' and no parameter-specific meaning, which meets the baseline but nothing more.

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 clearly identifies search as the verb and package travel offers from Denmark as the target resource, even naming the major suppliers. This makes it easy to distinguish from the sibling search_flights: one searches package holidays, the other flights.

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 a clear use case: find the best available package trips from Denmark based on search criteria. It names suppliers and scope, so an agent knows when the tool is relevant, but it does not explicitly mention when not to use it or contrast it with search_flights.

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

The two tools are clearly distinct: one searches for flights only, the other searches for package holidays. The descriptions explicitly separate the data sources and purposes, leaving no ambiguity.

Naming Consistency5/5

Both tools follow the exact same verb_noun pattern: search_flights and search_holidays. The naming is perfectly consistent and predictable.

Tool Count3/5

Two tools is on the low end and feels slightly thin for a travel search server, even if the two core search types are covered. The surface is minimal but not egregiously so.

Completeness4/5

The server covers the primary search types for the domain—flights and package holidays—which aligns with the stated purpose. However, it lacks any other lifecycle operations like getting details or booking, though these may be out of scope for a search-only server.

Resources