Skip to main content
Glama

BreckenWander Travel

Search hotels on BreckenWander

search_hotels
Read-only

Search hotels for a destination and dates and get BreckenWander's all-in price (every mandatory tax and fee included). Returns a link to complete the booking on breckenwander.com. Read-only: does not book or take payment. Combine with flights and experiences into one trip using build_trip.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoResult order. 'price' (default): lowest all-in total first. 'rating': highest guest rating first. 'stars': highest star category first.price
roomsNoNumber of rooms.
adultsNoNumber of adults.
check_inYesCheck-in date in YYYY-MM-DD.
childrenNoNumber of children.
check_outYesCheck-out date in YYYY-MM-DD.
max_priceNoOnly return hotels whose all-in total (whole stay, USD) is at or below this.
min_priceNoOnly hotels with an all-in total at or above this.
min_starsNoOnly hotels of at least this star category (e.g. 4).
radius_kmNoSearch radius around the destination in km (default ~12). Use a small value like 2 for 'near <landmark>' searches.
destinationYesCity or place name, e.g. "Rome" or "Cancun".
max_resultsNoHow many hotels to return.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
hotelsYes

TDQS

A4.2/5.0
Behavior4/5

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

The description adds 'Read-only: does not book or take payment' and 'Returns a link to complete the booking,' which goes beyond the readOnlyHint annotation. This clarifies the safe interaction and the tool's output. No contradictions with annotations.

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 sentences with no filler. The core action is stated first, followed by return behavior and read-only note. It is efficient and structured well.

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

Completeness4/5

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

With 12 parameters and an output schema, the description provides sufficient high-level context. It mentions the essential inputs (destination, dates), return behavior, and safety. The schema covers parameter details, and output schema handles return values, so nothing critical is missing.

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?

The schema description coverage is 100%, so the baseline is 3. The description adds context about all-in prices, which aligns with price filter parameters, but the schema already describes those. The description does not add significant meaning beyond the parameter descriptions.

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 states the tool searches hotels for a destination and dates, with a specific verb and resource. It distinguishes itself from siblings by focusing on hotels and all-in pricing, and mentions returning a booking link. This makes it clearly separate from search_flights, search_experiences, and build_trip.

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 implies usage for hotel searches and explicitly directs combining with flights and experiences via build_trip. It does not explicitly mention search_flights or search_experiences as alternatives, but the sibling list makes that inferable. No exclusion criteria are stated, but the context is clear.

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

Each tool addresses a distinct action: searching flights, hotels, experiences, and assembling a trip. There is no overlap in purpose.

Naming Consistency5/5

All tools use lowercase with underscores and a verb_noun pattern: search_flights, search_hotels, search_experiences, build_trip. The naming is uniform and predictable.

Tool Count5/5

With exactly 4 tools covering the core travel workflow (three searches and one assembler), the count is well-scoped and neither too sparse nor overly bulky.

Completeness5/5

The set covers the full journey from searching individual components to combining them into a bookable trip, with no obvious dead ends. Searches are read-only and direct booking links are provided, while build_trip handles combination.