trip_create
Create a new trip
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Trip name (e.g., "London Christmas 2026") | |
| endDate | Yes | End date (YYYY-MM-DD) | |
| currency | No | Currency code (USD, GBP, EUR) | USD |
| timezone | No | Timezone (e.g., "Europe/London") | UTC |
| startDate | Yes | Start date (YYYY-MM-DD) | |
| budgetTotal | No | Total budget | |
| destination | Yes | Destination city/country | |
| destinationLat | No | Destination latitude (-90 to 90). Provide with destinationLng to center map. | |
| destinationLng | No | Destination longitude (-180 to 180). Provide with destinationLat to center map. |