tool_update_trip
Update saved trip details—change status and dates, manage checklist items, and save shortlisted flight or hotel options.
Instructions
Update a saved trip: change status/dates, tick checklist items, shortlist options.
Checklist keys: book_flights, book_hotel, check_visa, travel_insurance, book_ground_transport, check_advisory, pack, notify_bank.
Args: trip_id: 8-char trip id status: planning/booked/completed/cancelled depart_date: YYYY-MM-DD return_date: YYYY-MM-DD notes: Replace notes mark_done: Checklist key to mark done mark_undone: Checklist key to un-mark checklist_note: Note for the marked item shortlist_flight: Flight option dict to save shortlist_hotel: Hotel option dict to save
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trip_id | Yes | ||
| status | No | ||
| depart_date | No | ||
| return_date | No | ||
| notes | No | ||
| mark_done | No | ||
| mark_undone | No | ||
| checklist_note | No | ||
| shortlist_flight | No | ||
| shortlist_hotel | No |