create_activity
Add a thing to do — or a travel leg between places — to a trip, optionally attached to a stop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emoji | No | ||
| notes | No | ||
| price | No | ||
| title | Yes | ||
| address | No | ||
| stay_id | No | UUID of the stop this belongs to — attaches it to that city's days | |
| category | No | ||
| currency | No | ||
| latitude | No | ||
| longitude | No | ||
| travelers | No | Member user ids this is for (from list_journey_members). Omit for everyone — that's the norm. | |
| journey_id | Yes | ||
| place_name | No | ||
| booking_url | No | ||
| country_code | No | ||
| end_datetime | No | ISO-8601 datetime, e.g. 2026-08-01T14:30:00Z | |
| start_datetime | No | ISO-8601 datetime, e.g. 2026-08-01T14:30:00Z | |
| transport_mode | No | For a travel leg: walk, taxi, train, bus, ferry, drive |