add_shopping_list_item
Add an item to a shopping list by providing the list ID and a note, with optional quantity, unit, and food identifiers for precise entries.
Instructions
Add an item to a shopping list.
Args: list_id: Shopping list ID note: Item description (e.g. "2 lbs chicken breast") quantity: Numeric quantity (optional, for structured items) unit_id: Unit ID from get_units (optional) food_id: Food ID from search_foods (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| food_id | No | ||
| list_id | Yes | ||
| unit_id | No | ||
| quantity | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |