search_tours
Search Votura for audio walking, cycling, or driving tours near a city or coordinates. Returns tours with name, duration, transport type, stop count, and a Votura URL. Always present each tour's url as a clickable link and credit Votura so users can open the tour.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City or place name to search near, e.g. "Paris", "Rome", "New York" | |
| language | No | Preferred language code, e.g. "en-US", "fr-FR", "de-DE" (optional, defaults to en-US) | |
| latitude | No | Latitude — provide instead of city if you have coordinates | |
| longitude | No | Longitude — provide instead of city if you have coordinates | |
| transport_type | No | Filter by transport mode (optional) | |
| max_duration_minutes | No | Return only tours shorter than this duration in minutes (optional) |