Read a Wanderlog travel guide
wanderlog_get_guideRetrieve the full content of a public Wanderlog guide, including sections, places, and notes. Optional day filter and verbosity settings allow scoping to a specific day or adding detailed info.
Instructions
Fetches the full content of a public Wanderlog guide — sections, places, and notes — and renders it as readable text. Pass the guide_key from a wanderlog_search_guides response.
For your own trips, use wanderlog_get_trip instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guide_key | Yes | Guide's viewKey (the 'guide_key' returned by wanderlog_search_guides, e.g. 'hejurejdks'). | |
| day | No | Optional day filter — pass a day heading or date to scope the output to one day. | |
| response_format | No | Output verbosity. 'concise' is a readable summary; 'detailed' adds addresses, phone numbers, ratings. | concise |