Shopping List Update Tool
shopping_list_update_toolUpdate an existing shopping list item by its ID, modifying fields like amount, note, or product_id.
Instructions
Update fields on an existing shopping list item.
Use shopping_list_view_tool first to find the item_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | JSON object with fields to update. Supported fields include "amount" (number), "note" (string), and "product_id" (integer). Example: '{"amount": 3, "note": "unsalted"}'. | |
| item_id | Yes | The shopping list item ID (from shopping_list_view_tool output). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |