get_list_items
Retrieve shopping list items, including pending and recently purchased, each with a unique ID to update or remove specific entries.
Instructions
Get the items on a shopping list.
Args:
list: List name or uuid. Omit to use the BRING_LIST default.
Returns items still to buy plus recently purchased ones. Each item carries a
`uuid` that can be passed back to `remove_item` or `complete_item` to target
that exact item when several share a name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||