MCPTool reference
Shopping
Shopping list CRUD and clearing.
list_shopping_items
{ "tripId": "trp_..." }add_shopping_item
{
"tripId": "trp_...",
"title": "Olive oil",
"quantity": 2,
"estimatedCost": 30,
"where": "Mercato di Modena"
}update_shopping_item
{ "itemId": "shp_...", "quantity": 3 }toggle_shopping_item
{ "itemId": "shp_...", "done": true }delete_shopping_item
{ "itemId": "shp_..." }clear_completed_shopping
{ "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