add_shopping_list_item
Add a food item to your shopping list with the needed amount and unit, using food or unit names or IDs.
Instructions
Add an item to the shopping list, allowing food/unit names or IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional note for the item. | |
| amount | Yes | The amount needed (e.g., '1', '2.5', '1/2'). | |
| food_name_or_id | Yes | The name or ID of the food item. | |
| unit_name_or_id | Yes | The name or ID of the unit (e.g., 'cup', 'g', 5). |