Get a Wanderlog trip
wanderlog_get_tripRetrieve a Wanderlog trip itinerary including hotels, places to visit, and daily schedule. Supports concise or detailed output with optional day filter.
Instructions
Returns the itinerary for one Wanderlog trip: the hotels list, the "places to visit" list, and each day's scheduled places.
Use concise format for summarizing or answering questions about a trip in natural language. Use detailed format when the user asks for specific info like addresses, phone numbers, or hotel check-in/out dates.
If you don't know the trip_key, call wanderlog_list_trips first to find it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trip_key | Yes | The unique trip key from wanderlog_list_trips (e.g. 'vzyrsyhgxvonvxcz'). Required. | |
| day | No | Optional filter to a single day. Accepts 'day 2', 'May 4', or ISO '2026-05-04'. Omit to return the whole trip. | |
| response_format | No | Output verbosity. 'concise' (default) is a readable summary grouped by day; 'detailed' adds addresses, phone numbers, ratings, and check-in dates. | concise |