Skip to main content
Glama

Sporthotel IDEAL Hochgurgl

Ausweichtermine, wenn der Wunschzeitraum belegt ist

alternative_termine
Read-onlyIdempotent

Sucht rund um einen belegten Wunschzeitraum nach sofort buchbaren Terminen: gleiche Anreise mit anderer Dauer sowie derselbe Aufenthalt einige Tage früher oder später. Immer dann aufrufen, wenn verfuegbarkeit_pruefen nichts geliefert hat — statt dem Gast nur abzusagen. Die Vorschläge sind live gerechnet und enthalten je Termin einen fertigen Buchungslink.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoSprachcode, z. B. de, en, it, fr
adultsNoAnzahl Erwachsener (1–4)
check_inYesGewünschte Anreise JJJJ-MM-TT
childrenNoAlter der Kinder in Jahren, kommagetrennt
check_outYesGewünschte Abreise JJJJ-MM-TT

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
wunschNo
waehrungNo
alternativenYes
vollstaendigNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already establish that the call is read-only, idempotent, non-destructive, and open-world. The description adds useful behavioral context: suggestions are calculated live and each result includes a ready-made booking link, which helps the agent set expectations about output and freshness.

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 focused sentences: the first explains what the tool does, the second when to use it, and the third what the results contain. Every sentence earns its place, and the most important information is front-loaded.

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 rich annotations, full schema coverage, and an existing output schema, the description provides everything an agent needs to decide when to call the tool and what to expect. It also explains the fallback trigger and the live booking-link behavior, making the definition complete for its complexity.

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 coverage is 100%, so the schema already documents all five parameters. The description adds contextual meaning by framing check_in and check_out as the occupied desired period, but it does not add substantial parameter-level detail beyond what the schema already provides, so the baseline of 3 is appropriate.

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 states a specific action: searching for immediately bookable alternative dates around an occupied desired period. It details the kinds of alternatives (same arrival with different duration, same stay shifted by a few days) and clearly distinguishes the tool from the sibling verfuegbarkeit_pruefen by describing its fallback role.

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 explicitly says to call this tool whenever verfuegbarkeit_pruefen returns nothing, and positions it as the alternative to simply declining the guest. This gives clear when-to-use guidance and names the related sibling, leaving no ambiguity about the tool's place in the flow.

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

Most tools target a distinct job (availability, alternative dates, rate terms, extras, photos, FAQ), and the descriptions give explicit routing cues. The only mild ambiguity is between search+fetch and frage_zum_haus, since both access hotel content, but their intended use is clearly separated.

Naming Consistency3/5

All names use lowercase with underscores, but the convention is mixed: English verbs (fetch, search) sit beside German noun phrases (zimmer_bilder, zusatzleistungen), two *_info labels, and a noun-verb compound (verfuegbarkeit_pruefen). This is readable but not a consistent verb_noun pattern.

Tool Count5/5

Nine tools is a well-scoped count for a hotel assistant covering information, availability, rates, extras, photos, and content retrieval. No redundant bulk; each tool has a clear role.

Completeness4/5

The surface covers the main guest journey: house info, FAQs, availability, alternative dates, rate conditions, extras, and photos. There is no direct booking-creation or contact-request tool, but the booking links in verfuegbarkeit_pruefen make the workflow usable.

Resources