Skip to main content
Glama

Sporthotel IDEAL Hochgurgl

Inhalte des Hauses durchsuchen

search
Read-onlyIdempotent

Durchsucht die Inhalte des Hotels (häufige Fragen, Zimmerkategorien, Pauschalen) und liefert Treffer mit id, Titel und Link. Den Volltext eines Treffers danach mit fetch holen. Für Preise und Verfügbarkeit NICHT geeignet — dafür verfuegbarkeit_pruefen verwenden.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSuchbegriff oder Frage

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes

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 declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds behavioral value beyond the annotations by disclosing the return shape (Treffer mit id, Titel und Link) and the intended follow-up action via fetch, plus the limitation regarding prices and availability.

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 two sentences with no filler. It front-loads the core purpose, then packs return format, next step, and exclusion into a compact, readable structure. 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 simple search tool with one parameter, rich annotations, and an output schema, the description covers the essential context: what is searched, what the results look like, how to proceed, and what to use instead for prices/availability. 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%, with the query parameter already documented as 'Suchbegriff oder Frage'. The tool description does not add semantic detail beyond the schema, so the baseline of 3 applies; no compensation is needed.

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 ('Durchsucht') and a concrete resource ('Inhalte des Hotels'), enumerating the content types covered: häufige Fragen, Zimmerkategorien, Pauschalen. It also explicitly names what the tool is not for, distinguishing it from verfuegbarkeit_pruefen without ambiguity.

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 gives explicit when-to-use guidance by stating that the tool returns hits and that the full text should be retrieved with fetch. It also provides a clear exclusion: 'Für Preise und Verfügbarkeit NICHT geeignet — dafür verfuegbarkeit_pruefen verwenden', directing the agent to the correct sibling tool.

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