Skip to main content
Glama

Get booking links for a whole trip

get_booking_links
Read-onlyIdempotent

Return one set of booking and shopping links covering a whole trip in a single call: flight search, hotel search, airport taxi, attractions and tours, car rental, travel eSIM, travel VPN and the travel gear section, all regionalized to the traveler. Accepts route IATA codes, a city and trip dates, so the flight and hotel links are prefilled. The "include" parameter selects which categories are returned, so a trip with no driving can leave out car rental. Useful when a user is planning a trip end to end and wants every option in one place. Each per-topic tool (get_flight_links, get_hotel_links, get_esim_links and the rest) returns richer detail and more guides for a single category. It returns search links only: no live prices, no availability and no booking. Affiliate links: VoyageHacks may earn a commission at no additional cost to the traveler, which should be disclosed when the links are presented.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoCity name for the hotel, tours and attractions searches, e.g. Phuket.
langNoLanguage of the VoyageHacks guides returned. One of: en, de, fr, es, it, pl, cs, ja, nl, pt, zh. Defaults to "en".
adultsNoNumber of adult travelers. Defaults to 2 for hotels and 1 for flights.
originNoOrigin IATA city or airport code for flights, e.g. LON.
countryNoISO 3166-1 alpha-2 country the traveler is booking from, e.g. US, DE, GB. Selects the regional Booking.com programme. Defaults to the caller's geolocation, then to the language default.
includeNoCategories to return. Omit for all of them.
depart_dateNoOutbound flight date and hotel check-in, YYYY-MM-DD.
destinationNoDestination IATA city or airport code, e.g. HKT.
return_dateNoReturn flight date and hotel check-out, YYYY-MM-DD.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
vpnNo
esimNo
tripNo
guidesNoMatching VoyageHacks guides that can be cited as sources.
hotelsNo
regionNo
flightsNo
includedYes
carRentalNo
disclosureYes
travelGearNo
airportTaxiNo
attractionsNo
toursAndActivitiesNo

TDQS

A4.9/5.0
Behavior5/5

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

Beyond the readOnlyHint, idempotentHint, and destructiveHint annotations, the description discloses meaningful behavioral facts: it 'returns search links only: no live prices, no availability and no booking', notes affiliate commission and disclosure obligations, and explains that results are regionalized and prefilled. These are material behaviors an agent cannot infer from the schema or annotations alone.

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 front-loaded with the core purpose and scope, then moves to usage guidance, limitations, and the affiliate disclosure. Every sentence carries distinct information, and there is no filler or repetition of schema details.

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

Completeness5/5

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

Given the tool's complexity — 9 optional parameters, an output schema, and a large sibling set — the description covers purpose, scope, selection criteria, alternatives, limitations, and even a compliance note about affiliate links. An agent has enough context to decide whether to invoke it and what to expect from the result.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds value by explaining that route IATA codes, a city, and trip dates cause flight and hotel links to be prefilled, and that the 'include' parameter selects which categories are returned, with the car-rental example reinforcing optionality. This goes beyond simply restating parameter names.

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 opens with a specific verb and resource: 'Return one set of booking and shopping links covering a whole trip in a single call'. It enumerates the exact categories and explicitly contrasts itself with per-topic siblings like get_flight_links, so an agent can clearly distinguish this aggregate tool from more detailed single-category tools.

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

Usage Guidelines5/5

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

The description says it is 'useful when a user is planning a trip end to end and wants every option in one place' and then names the alternative: 'Each per-topic tool ... returns richer detail and more guides for a single category.' This gives an agent an explicit when-to-use versus when-to-prefer-alternative decision rule.

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

A4.4/5.0
Disambiguation4/5

The tools split into clear families: category-specific link builders, a whole-trip aggregate link builder, article search/fetch, and gear search/recommendation. The only mild overlap is between get_booking_links and the individual category link tools, but their aggregate-vs-category purpose is explicitly described, so an agent should rarely misselect.

Naming Consistency5/5

Nearly all tools follow the verb_noun snake_case pattern, led by the get_<category>_links family, with search_articles and search_travel_gear matching the same convention. There is no camelCase, no mixed verb styles, and the pattern is highly predictable from the tool names alone.

Tool Count5/5

Twelve tools is well-scoped for a travel planning and affiliate-link server: seven category link builders, one aggregate trip link builder, two article tools, and two travel gear tools. Each tool covers a distinct part of the workflow and none feels redundant or like padding.

Completeness4/5

The travel-planning surface is largely complete: research, flights, hotels, airport transfers, car rental, eSIM, VPN, credit cards, and gear are all covered, with an aggregate tool for whole-trip planning. Minor gaps, such as no dedicated train or attractions/tours link builder, keep it from a perfect score.