Add a place to a Wanderlog trip
wanderlog_add_placeAdd a place to your Wanderlog trip by searching near the destination, selecting the best match, and inserting it into a specific day or the general list.
Instructions
Adds a place to a Wanderlog trip. Searches for the place near the trip's destination, picks the best match, and inserts it into either a specific day or the general "Places to visit" list.
PREFERRED: Use the "note" parameter to attach practical context directly to each place — transit directions, what to order, booking tips, time guidance. This is better than a separate wanderlog_add_note call because the note lives on the place itself in the itinerary. Use the "start_time" and "end_time" parameters to give the place a scheduled time window.
Use standalone wanderlog_add_note only for freestanding commentary between places (neighborhood context, multi-stop transit, day-level tips that aren't about a specific place).
Returns a confirmation including the resolved place name and where it was added.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trip_key | Yes | The trip to add to. Use wanderlog_list_trips if you don't know the key. | |
| place | Yes | Name of the place to add. Examples: 'Sensō-ji', 'a ramen place in Shinjuku', 'Louvre'. Will be matched against Google Places near the trip's destination; if multiple match, the top result is used. | |
| day | No | Optional day to add the place to. Accepts 'day 2', 'May 4', or ISO '2026-05-04'. Omit to add the place to the trip's 'Places to visit' list (unscheduled). | |
| note | No | Optional inline note attached directly to this place. Use for practical context: transit directions, what to order, booking tips, time guidance. Appears on the place itself in Wanderlog (not as a separate note block). | |
| start_time | No | Optional start time in HH:mm format (e.g. '09:00'). Adds a scheduled time to the place. | |
| end_time | No | Optional end time in HH:mm format (e.g. '11:30'). Only used with start_time. |