Rename a day heading in a Wanderlog trip
wanderlog_rename_dayRename a day's heading in a Wanderlog trip itinerary to a more descriptive title. Clear heading with an empty string to reset to auto-generated default.
Instructions
Renames the heading/subheading of a specific day in a Wanderlog trip.
Day headings appear in the itinerary as the title for each day section (e.g. "Barcelona", "Ronda + Malaga"). Use this tool to replace them with more descriptive titles.
Pass an empty string for "heading" to reset the day back to Wanderlog's auto-generated heading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trip_key | Yes | The trip containing the day to rename. | |
| day | Yes | Which day to rename. Accepts "day 3", "May 4", or "2026-05-04". | |
| heading | Yes | New heading for the day. Use "" (empty string) to clear the heading back to the auto-generated default. |