mcp-server

Add Event To Trip

Record something scheduled that isn't a booking — a wedding, a concert.

add_place_to_guide would make it an attraction, which is what a place the user might visit is, not something happening at a time they are expected at. An event carries its own start and end, and its venue is geocoded to a pin when one resolves. This is the same add_event the in-app Add-event flow calls; only the authentication differs.

post/v1/trips/{trip_id}/events

Path parameters

trip_idstring uuid required

Request body

namestring required
start_datetimestring date-time nullable
end_datetimestring date-time nullable
venue_namestring nullable
addressstring nullable
place_idstring nullable
categorystring nullable
descriptionstring nullable
citystring nullable
total_pricenumber nullable
currencystring
confirmation_numberstring nullable

Response

Successful Response

activity_idstring required
activityobject required
warningsstring[]

Changes

No recorded changes to this endpoint across all 1 revision of this API.