complete_item
Mark an item as purchased on a Bring! shopping list, moving it to the recently-bought section. Specify item name, optional list, or UUID to target the correct entry.
Instructions
Tick an item off as purchased, moving it to the recently-bought section.
Args:
item: Item name, e.g. "Milk".
list: List name or uuid. Omit to use the BRING_LIST default.
item_uuid: Optional item uuid from `get_list_items`, to pick one of
several items sharing a name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | ||
| list | No | ||
| item_uuid | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||