Save a trip
save_tripCreate a new saved trip (itinerary) for the signed-in user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Trip title (1-255 chars). | |
| budget | No | Optional total budget. | |
| endDate | Yes | Trip end, ISO 8601 (YYYY-MM-DD). | |
| startDate | Yes | Trip start, ISO 8601 (YYYY-MM-DD). | |
| description | No | Optional notes (≤4000 chars). | |
| budgetCurrency | No | ISO 4217 currency for the budget (e.g. 'USD'). |