check_shopping_list_item
Check or uncheck an item on your shopping list by providing its list ID and item ID.
Instructions
Check or uncheck a shopping list item.
Args: list_id: Shopping list ID item_id: Item ID to check/uncheck checked: True to check, False to uncheck (default True)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checked | No | ||
| item_id | Yes | ||
| list_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |