update_item_amount
Update the quantity or measurement of an item in a shopping list by specifying the list, item, and new amount.
Instructions
Update the amount of an item in a shopping list.
Args: list_id: The numeric ID of the shopping list. item_id: The numeric ID of the item. amount: New amount string (e.g. "3", "1kg").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | ||
| item_id | Yes | ||
| list_id | Yes |