remove_shopping_list_item
Remove an item from a shopping list using its item ID and list ID. Keeps shopping lists accurate by deleting unwanted entries.
Instructions
Remove an item from a shopping list.
Args: list_id: Shopping list ID (for context) item_id: Item ID to remove (from get_shopping_list)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | ||
| list_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |