MCPTool reference
Checklists
Categories, items, toggle, and clear completed.
list_checklist
List all categories and items on a trip's checklist.
{ "tripId": "trp_..." }add_checklist_category
{ "tripId": "trp_...", "name": "Toiletries" }add_checklist_item
{ "categoryId": "clc_...", "title": "Sunscreen" }toggle_checklist_item
Tick or untick an item.
{ "itemId": "cli_...", "done": true }delete_checklist_item
{ "itemId": "cli_..." }clear_completed_checklist
Remove every ticked item from the checklist.
{ "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