trip_transport_add
Add a transport item (train, bus, taxi, tube, ferry, walk) or flight to a trip. ALWAYS use this instead of trip_item_add for transport. Both origin and destination are required, ensuring routes display correctly on the map.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date of travel (YYYY-MM-DD) | |
| notes | No | Additional notes | |
| status | No | Booking status | IDEA |
| tripId | Yes | Trip ID | |
| currency | No | Currency code (e.g., GBP, USD, EUR) | |
| operator | No | Transport operator (e.g., "GWR", "British Airways", "Eurostar") | |
| timezone | No | IANA timezone for departure/arrival times (e.g., "Europe/London"). Defaults to trip timezone. | |
| bookingUrl | No | Booking URL | |
| arrivalTime | No | Arrival time (HH:MM) | |
| description | No | Additional details (e.g., "Direct train, ~1 hour journey") | |
| costEstimate | No | Estimated cost | |
| departureTime | No | Departure time (HH:MM) | |
| transportType | Yes | Type of transport | |
| originLocation | Yes | Departure location name (e.g., "London Paddington Station"). Will be geocoded automatically. | |
| costIsPerPerson | No | Is cost per person? | |
| bookingReference | No | Booking reference | |
| destinationLocation | Yes | Arrival location name (e.g., "Oxford Station"). Will be geocoded automatically. |