check_availability
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
| Name | Required | Description | Default |
|---|---|---|---|
| adults | No | ||
| check_in | Yes | ||
| children | No | ||
| language | No | de | |
| check_out | Yes |