add_item
Add an item to a shopping list by specifying the list ID, item name, and optional quantity.
Instructions
Add an item to a shopping list.
Args: list_id: The numeric ID of the shopping list. name: Name of the item to add. amount: Optional amount or quantity (e.g. "2", "500g").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| amount | No | ||
| list_id | Yes |