Skip to main content
Glama

Landhaus Apartments Prägant

check_availability

Read-only

Check real-time availability for holiday apartments at Landhaus Prägant, Bad Kleinkirchheim, Austria.

Returns available apartments with nightly rates, cleaning fees, tourist tax, and total price. Kärnten Card included in summer (May-November). Free Greenfee at BKK Golf Arena (HPP partnership, NOT Kärnten Card). NOTE: Kärnten Card does NOT cover Römerbad Thermal Spa (separate admission).

This is the data-only version — for a visual apartment card, call render_availability_card() with the same arguments after reviewing this result.

Args: check_in: Check-in date YYYY-MM-DD (e.g. '2026-07-15'). check_out: Check-out date YYYY-MM-DD (e.g. '2026-07-22'). adults: TOTAL number of adults in the booking request, NOT the per-apartment limit. Apartments each hold up to 5 guests; for groups of 6-30, pass the full group size (e.g. 10 for ten golfers, 20 for a wedding party). The system detects groups automatically and returns a note explaining how many apartments are needed. Default: 2 (only if the user didn't specify). children: Ages of children, comma-separated (e.g. '8,6' for 2 children aged 8 and 6). Children = under 17. Important for correct pricing. Leave empty if no children. language: "de" (default) or "en" — match the conversation language. This is an Austrian business with predominantly German-speaking guests; pass "en" only when the conversation itself is in English.

Returns: Available apartments with pricing, fees, and booking links. For groups >5, includes a group_note advising how many apartments are needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
adultsNo
check_inYes
childrenNo
languageNode
check_outYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds valuable behavioral context: it returns a group_note for groups >5, explains that Kärnten Card does NOT cover Römerbad Thermal Spa, and notes the HPP partnership for Greenfee. It does not describe pagination or exact response structure, but for a read-only availability check the added context is solid.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear opening, a return summary, a routing note, and a parameter list. It is longer than average, but every sentence earns its place by adding operational detail. The only minor issue is that the Kärnten Card / Greenfee / Römerbad notes, while useful context, are somewhat tangential to the core call and could be trimmed or moved to a notes section.

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 availability tool with no output schema, the description is complete: it states what is returned, how to handle groups, how to pass children, and how to choose language. It also names the sibling render_availability_card for the visual follow-up. An agent has everything needed to call this tool correctly and interpret the result.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description carries the full burden for parameter semantics. It does this thoroughly: check_in/check_out get format examples, adults gets a detailed explanation of total vs per-apartment semantics with group-size examples, children gets age semantics ('under 17') and format guidance, and language gets a clear default and a rule for when to use 'en'. This far exceeds what the schema provides.

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 verb ('Check real-time availability'), a specific resource ('holiday apartments at Landhaus Prägant, Bad Kleinkirchheim, Austria'), and the return content (apartments with nightly rates, cleaning fees, tourist tax, total price). It also explicitly distinguishes itself from render_availability_card, so an agent can tell it apart from siblings without opening schemas.

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: it is the data-only version, and the agent should call render_availability_card with the same arguments after reviewing this result. It also provides parameter-level usage rules (e.g., adults is the total group size, not per-apartment limit; language should match the conversation language). This is strong routing and usage context.

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