add_shopping_item
Add a single item to a shopping list. Specify the list, note, and optionally food, quantity, and unit.
Instructions
Add a single item to a shopping list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| food | No | ||
| note | Yes | ||
| unit | No | ||
| list_id | Yes | ||
| quantity | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||