Skip to main content
Glama

Hotel Bergsonne Allgäu Booking

Search availability

search_availability
Read-only

Search real-time room availability and daily pricing for Hotel Bergsonne Allgäu. Returns dates with rates AND a roomTypes array. Use the roomId from roomTypes (e.g. KAPDZ, KDZ, KFZ, SDZ) for get_price_quote and create_booking. City tax (Kurtaxe) of 3.50 EUR/person/night is already included in all rates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
adultsYesNumber of adult guests
checkInYesArrival date (YYYY-MM-DD, DD.MM.YYYY, MM/DD/YYYY, or natural language)
checkOutYesDeparture date (same formats)
childrenNoNumber of children (optional, default 0)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true, so the safety profile is covered. The description adds meaningful behavioral context beyond annotations: it discloses the exact return shape (dates with rates AND a roomTypes array), lists example room IDs, and clarifies that city tax is already included in all rates—a non-obvious pricing detail that prevents double-counting.

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?

Three tight sentences, front-loaded with the core purpose, then downstream usage, then a pricing caveat. Zero waste; every sentence earns its place.

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?

For a read-only search tool with annotations covering safety and full schema coverage on inputs, the description supplies everything else: return structure, roomId usage path, and the city-tax-included detail. No output schema exists, but the description adequately conveys the return shape.

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 parameters are already fully documented. The description adds no parameter-level detail beyond what the schema provides, so baseline 3 applies.

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?

States a specific verb+resource ('Search real-time room availability and daily pricing') scoped to a named hotel. Clearly distinguishes itself from siblings by describing what it returns (dates with rates and a roomTypes array) and how its output feeds get_price_quote and create_booking.

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?

Explicitly tells the agent to use the roomId from roomTypes for get_price_quote and create_booking, establishing a workflow relationship with siblings. It does not state when NOT to use this tool or compare against alternatives like get_hotel_details, but the downstream routing 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.

Resources