Remove a place from a Wanderlog trip
wanderlog_remove_placeRemove a place, flight, train, or hotel from a Wanderlog trip itinerary using natural language references like names, roles, or day filters.
Instructions
Removes a place (or flight, train, hotel — any block) from a Wanderlog trip based on a natural-language reference.
Supported reference forms:
Exact or partial name: "Queenstown Gardens", "Gardens"
Role keywords: "the hotel", "the flight", "the train"
Day filter: "Queenstown Gardens on May 4" or "... on day 3"
Ordinal prefix (for duplicates): "1st Queenstown Gardens", "second X", "last X"
Combined: "2nd Queenstown Gardens on May 4"
If the reference is ambiguous (multiple places match), the tool returns a numbered list of candidates and does NOT make any change. Re-call with an ordinal prefix ("1st X", "2nd X") or a more specific filter to pick the one you want.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trip_key | Yes | The trip to remove from. | |
| place_ref | Yes | Natural-language reference to the place you want to remove. Examples: 'Queenstown Gardens', 'the hotel', 'the sushi place on day 3'. Supports ordinal prefixes for duplicates: '1st Queenstown Gardens', 'second Queenstown Gardens', 'last Queenstown Gardens'. Supports day filters via ' on ': 'Queenstown Gardens on May 4'. Ordinals and day filters can be combined: '2nd Queenstown Gardens on May 4'. |