Skip to main content
Glama

Ferienwohnung Bruno – Garmisch-Partenkirchen

Preis für einen Zeitraum berechnen

preis_berechnen
Read-onlyIdempotent

Vollständige Preisberechnung für einen konkreten Zeitraum: Saisonpreise je Nacht, bereits eingerechnete Last-Minute-Rabatte samt Ersparnis, Kurtaxe nach Alter und Wäschepaket bis zum Gesamtpreis.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
abreiseYesAbreisedatum JJJJ-MM-TT
anreiseYesAnreisedatum JJJJ-MM-TT
erwachseneNoAnzahl Erwachsener (Vorgabe 2).
kinder_alterNoAlter der mitreisenden Kinder – bestimmt die Kurtaxe.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, so the description's burden is lower. It adds valuable context by detailing exactly which components the calculation includes (seasonal prices, last-minute discounts, savings, visitor's tax by age, laundry package), which helps the agent understand the calculation logic beyond the safety hints.

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 a single, well-structured sentence that front-loads the core purpose ('Vollständige Preisberechnung') and then enumerates the included components. Every element adds value, with no redundant or filler content, making it highly efficient and easily parsed.

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?

Given the moderate complexity (4 parameters, no output schema), the description covers the essential aspects: the scope (specific period), key inputs (dates, children's ages), and what is included in the result (seasonal prices, discounts, taxes, laundry). It stops short of explicitly stating the return format (e.g., whether a breakdown is provided), but the mention of 'bis zum Gesamtpreis' implies the total is returned. Overall, it is largely complete for its purpose.

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?

The schema already documents all four parameters with 100% coverage, so the baseline is 3. The description adds semantic meaning by explaining that children's ages ('kinder_alter') directly influence the visitor's tax ('Kurtaxe nach Alter'), which clarifies the parameter's role in the calculation beyond its schema description. It also mentions a laundry package not reflected as a parameter, providing additional context.

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 calculates a full price for a specific date range, enumerating components like seasonal nightly rates, last-minute discounts, visitor's tax by age, and laundry package. This distinguishes it from siblings like 'preise' (price list) and 'verfuegbarkeit_pruefen' (availability check), as it specifically computes a total for a concrete period.

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

Usage Guidelines3/5

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

The description implies the tool is used when a concrete period is known and a comprehensive price (including discounts and taxes) is needed. However, it does not explicitly state when NOT to use this tool or mention alternatives like 'preise' for basic rates, so usage guidance remains at the implied level.

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

A3.9/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, but 'angebote', 'preise', and 'preis_berechnen' all relate to pricing and could be confused. Similarly, 'verfuegbarkeit_pruefen' and 'belegte_zeitraeume' both deal with availability, though the descriptions clarify the difference.

Naming Consistency2/5

Naming conventions are inconsistent. Some tools use pure nouns ('angebote', 'preise', 'bewertungen'), while others use compound nouns ('anfrage_link', 'belegte_zeitraeume') or verb-object phrases ('faq_suchen', 'preis_berechnen', 'verfuegbarkeit_pruefen'). This mix makes the tool names less predictable.

Tool Count5/5

With 9 tools, the set is well-scoped for a holiday rental domain. Each tool addresses a distinct need (info, availability, pricing, contact, reviews, FAQ) without unnecessary redundancy.

Completeness5/5

The tool set covers the full range of typical user inquiries: accommodation details, availability checks, price calculations, special offers, contact options, reviews, and FAQ. No critical gaps are apparent.

Resources