Add a checklist to a Wanderlog trip
wanderlog_add_checklistAdd a checklist to your Wanderlog trip itinerary for packing lists, arrival tasks, or day-specific activities, with items that can be checked off in the app.
Instructions
Adds a checklist to a Wanderlog trip. Each item starts unchecked and can be ticked off in the Wanderlog app.
Add at least one checklist per trip. Common patterns:
On the trip (no day): a packing list or "before departure" checklist
On day 1: an arrival-day checklist ("pick up Oyster card", "check into hotel", "buy SIM")
On specific days: day-of tasks ("bring swimsuit", "charge camera", "carry cash for market")
Returns a confirmation including the checklist title and item count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trip_key | Yes | The trip to add the checklist to. Use wanderlog_list_trips if you don't know the key. | |
| items | Yes | Checklist items. Each string becomes one checkbox item, initially unchecked. | |
| title | No | Optional title for the checklist (e.g. 'Packing list'). Omit for an untitled checklist. | |
| day | No | Optional day to add the checklist to. Accepts 'day 2', 'May 4', or ISO '2026-05-04'. Omit to add to the 'Places to visit' list. |