check_off_shopping_item
Mark any shopping list item as bought, or uncheck it if marked by mistake. Use this to keep your shopping list accurate without affecting stock levels.
Instructions
Mark a shopping list row as bought (or un-mark it).
Checking off does not add anything to stock — call add_stock for that, with the real best-before date from the package.
Args: item: Product name or note text, as shown by list_shopping_list. done: False to un-check a row checked off by mistake.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| done | No | ||
| item | Yes |