mcp-server

Create Trip

Create a new draft trip with num_days blank days, ready for add_place/add_day_note.

Mirrors the in-app create path: a Trip plus its primary conversation link (the sole trip association — see docs/CHAT_TRIP_SPLIT.md), then an empty plan. Returns the trip summary, including the new trip_id.

post/v1/trips

Request body

titlestring required
num_daysinteger

Response

Successful Response

idstring uuid required
titlestring nullable required
slugstring nullable required
visibilitystring required
is_publishedboolean required
start_datestring date nullable
end_datestring date nullable
updated_atstring date-time nullable

Changes

Changed in 1 of the 22 revisions of this API.3

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added