Update a place with notes, times, or both
wanderlog_annotate_placeAdd notes or schedule times to existing places in a Wanderlog trip itinerary to provide practical context and timing details.
Instructions
Updates an existing place in a Wanderlog trip with an inline note, start/end time, or both. Use this to enrich places that were already added — set practical context, scheduled times, or both in one call.
At least one of note, start_time, or end_time must be provided.
The place is resolved by natural-language reference (same syntax as wanderlog_remove_place). If ambiguous, returns a disambiguation list without making changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trip_key | Yes | The trip containing the place. | |
| place | Yes | Natural-language reference to the place. Examples: 'Sensō-ji', 'the hotel', 'Queenstown Gardens on day 2'. Supports ordinals for duplicates: '2nd Starbucks'. | |
| note | No | Set or replace the inline note on this place. Practical context: transit, tips, timing, what to see. | |
| start_time | No | Set or replace the start time (HH:mm format). | |
| end_time | No | Set or replace the end time (HH:mm format). |