yumo · docs
MCPTool reference

Trips

Create, list, and manage trips.

list_trips

List all trips you own or collaborate on.

{}

get_trip

Get a single trip with its summary fields.

{ "tripId": "trp_..." }

create_trip

Create a new trip.

{
  "name": "Tokyo, May 2026",
  "startDate": "2026-05-10",
  "endDate": "2026-05-17",
  "destination": "Tokyo, Japan"
}

Only name is required.

rename_trip

Rename a trip.

{ "tripId": "trp_...", "name": "Kyoto + Tokyo, May 2026" }

duplicate_trip

Copy a trip's structure (itinerary scaffolding, checklists, notes — without bookings).

{ "tripId": "trp_...", "name": "Tokyo 2027" }

delete_trip

Soft-delete a trip. Recoverable for 30 days from the web app.

{ "tripId": "trp_..." }

Need help or found a bug?

Join the yumo community on Discord. We answer questions, take feature requests, and triage bug reports there.

Join the Discord

On this page