Search trails by name
search_routes_by_nameFind recreational routes by name or reference code. Returns summary entries with id, name, ref, and network group for further details.
Instructions
Fuzzy-search recreational routes by name or reference code (e.g. 'GR20', 'E5', 'Pennine Way'). Returns summary route entries (id, name, ref, network group, symbol). Use get_route_details with a returned id for full information. To search by location instead of name, use find_routes_near_place.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Route name or reference code to search for. | |
| limit | No | Max results per page (1-100). | |
| page | No | Result page (1-10). | |
| 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 |