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
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.