list_shopping_items
Retrieve all items on your shopping list by providing the list ID. Returns item details including name, amount, and category.
Instructions
List all items currently on the shopping list for listId. Read-only. Returns an array of ArticleDto objects (uuid, name, amount, unitId, categoryUuid, pantrySettings, …); empty array if the list is empty. For pantry items use list_pantry_items; to add a new shopping item use add_shopping_item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listId | No | List UUID — call `list_lists` to discover one. Optional only in stdio mode (falls back to the PANTRIST_LIST_ID env var); required explicitly in HTTP mode. |