Find trails near a place
find_routes_near_placeFind recreational routes near any place: geocode with OpenStreetMap and return routes passing through a bounding box around the location.
Instructions
Find recreational routes near a named place in one step: geocodes the place with OpenStreetMap, then returns routes whose path passes through a bounding box around it. This is the primary way to answer 'what trails are near '. Returns summary route entries; follow up with get_route_details for any id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| place | Yes | Place name to search around, e.g. 'Zermatt', 'Snowdonia'. | |
| radius_km | No | Half-size of the search box around the place, in km (0.5-100). | |
| limit | No | Max routes to return (1-100). | |
| flavour | No | Which activity map to query: hiking, cycling, mtb (mountain biking), riding (horse), skating (inline), or slopes (ski/winter). Defaults to hiking. | hiking |
| language | No | Preferred language for names (BCP-47 code, e.g. 'en', 'de', 'fr'). | en |