Get shopping list
get_shopping_listFetch a complete shopping list by its UUID, returning all items including checked and unchecked ones.
Instructions
Fetches one shopping list with all of its items, checked and unchecked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | Shopping list UUID, from list_shopping_lists | |
| include_checked | No | Include items already ticked off, default true |