Create a Wanderlog trip
wanderlog_create_tripCreate a new travel itinerary in Wanderlog by specifying destination and dates, then add places, notes, hotels, and checklists to build a detailed trip plan.
Instructions
Creates a new Wanderlog trip for the given destination and date range. The trip is created empty (no places yet) with one pre-generated day section per day in the range.
After creating a trip, populate each day using ALL of these tools together — places alone make a flat list, but notes and checklists are what make an itinerary actually useful:
wanderlog_add_place — add attractions, restaurants, and activities
wanderlog_add_note — add between places for transit directions, practical tips, time warnings, or local recommendations (e.g. "Walk 10 min south along the river to the next stop" or "Closed Mondays — check hours before visiting")
wanderlog_add_hotel — add accommodation with check-in/check-out dates
wanderlog_add_checklist — add a packing list to the trip, or per-day task lists (e.g. "Day 1 prep: print tickets, charge camera, pack umbrella")
A good itinerary has notes after most places — think of them as the connective tissue that turns a list of pins on a map into a real travel plan.
Returns the new trip key so you can reference it in subsequent tool calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| destination | Yes | City or region name to plan the trip around (e.g. 'Lisbon', 'Tokyo', 'Banff'). Resolved via Wanderlog's geo autocomplete — the top-ranked result is used. | |
| start_date | Yes | First day of the trip, YYYY-MM-DD. | |
| end_date | Yes | Last day of the trip, YYYY-MM-DD. | |
| title | No | Optional custom title. If omitted, Wanderlog auto-generates one like 'Trip to Lisbon'. | |
| privacy | No | Trip visibility. 'private' is the safe default. | private |