Search Wanderlog travel guides
wanderlog_search_guidesFind user-written travel guides for a destination, including itineraries and recommendations. Use the returned guide_key to read the full guide.
Instructions
Lists user-written Wanderlog travel guides for a destination — long-form recommendations and itineraries other travellers have published. Use this when the user asks for inspiration, an itinerary they can copy, or "what guides exist for X".
Specify exactly one of destination or geo_id. For free-text destinations the highest-popularity match is picked; up to 2 candidates appear in 'alternative_geos' as a soft hint. When the destination has no curated guides yet, the response carries 'alternative_geos_with_guides' with the top 5 nearby destinations that do.
Pass the returned guide_key to wanderlog_get_guide to read the full content of one guide.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| destination | No | Free-text destination (e.g. 'Vietnam', 'Kyoto'). Resolved via geoAutocomplete; multi-match auto-picks the highest-popularity geo and surfaces up to 2 candidates in 'alternative_geos'. | |
| geo_id | No | Explicit Wanderlog geo id (from a prior response's 'geo' or 'alternative_geos'). | |
| response_format | No | Output verbosity. 'concise' (default) returns guide_key, title, author, place_count, view_count. 'detailed' adds blurb, like_count, edited_at, distinction, profile_picture_url, header_image_url. | concise |