Shopping List View Tool
shopping_list_view_toolRetrieve all shopping list items, including product names, quantities, notes, and IDs, enabling later updates or removals.
Instructions
View all items on a shopping list.
Returns each item with its ID, product name, quantity, and optional note. Item IDs are needed for update and remove operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | No | Shopping list ID (default 1, which is the primary list). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |