Tick off or change shopping list items
update_shopping_list_itemsUpdate specific items on a shopping list—mark them as checked, set quantities, or replace notes—while preserving all other item fields.
Instructions
Changes items on a shopping list — most often ticking them off. Only the given fields are changed; the rest of each item is preserved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Replace the text of every listed item | |
| checked | No | Tick the items off (true) or put them back (false) | |
| list_id | Yes | Shopping list UUID, from list_shopping_lists | |
| item_ids | Yes | Item UUIDs from get_shopping_list | |
| quantity | No | Set the quantity of every listed item |