add_shopping_list_item
Add an item to a shopping list, specifying quantity, unit, food, or a note.
Instructions
Add an item to a shopping list. Can specify quantity, unit, food, or just a note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| food | No | Food item | |
| note | No | Note or display text for the item | |
| unit | No | Unit of measurement | |
| checked | No | Whether the item is checked | |
| quantity | No | Quantity of the item | |
| shoppingListId | Yes | ID of the shopping list |