Edit note content in a Wanderlog trip
wanderlog_edit_noteUpdate notes in a Wanderlog trip by finding and replacing a substring across notes, annotations, and checklists. Optionally restrict to a specific day.
Instructions
Edits note content in a Wanderlog trip by finding and replacing a substring.
Searches across freestanding notes, place annotations, and checklist titles and items. The match is case-insensitive. If exactly one match is found, the replacement is made in place. If no matches are found, an error is returned. If multiple matches are found, a numbered list of previews is returned — call again with a more specific substring.
Use the optional 'day' filter to limit the search to a specific day.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trip_key | Yes | The trip to edit. | |
| old_text | Yes | Substring to find and replace (case-insensitive). | |
| new_text | Yes | Replacement text. | |
| day | No | Optional day to search. Accepts 'day 2', 'May 4', or ISO '2026-05-04'. Omit to search the entire trip. |