Search Huts Tool
search-hutsSearch Alpine mountain huts by country, region, name, access difficulty, minimum elevation or proximity to a point. Returns a page of hut summaries with slugs for get-hut.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text match on the hut name. | |
| near | No | "latitude,longitude" to search around, e.g. "46.02,7.75". | |
| page | No | Page number, from 1. | |
| sort | No | Sort order. | |
| region | No | Region slug from list-regions, e.g. "tyrol". | |
| country | No | Country slug from list-regions, e.g. "austria". | |
| per_page | No | Results per page (max 100). | |
| radius_km | No | Radius around `near` in km (default 25, max 200). | |
| difficulty | No | Access difficulty. | |
| min_elevation | No | Minimum elevation in metres. |