Add shopping item
add_shopping_itemAdd an item to the household shopping list with quantity and category. Specify the item name; optionally set amount, aisle, member, or preview before saving.
Instructions
Adds an item to the shopping list with a quantity and category. Needs the item name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| qty | No | Quantity as spoken: "1", "2 kg", "3 packs". | 1 |
| name | Yes | The item, e.g. Milk. | |
| member | No | Who is asking, if known: a member id or name. Used for per-member policies and the audit trail. | |
| dry_run | No | When true, return the preview only. Nothing is written and nothing is queued. | |
| category | No | Aisle or group, e.g. Dairy. | |
| idempotency_key | No | Optional client-chosen key. Repeating a call with the same key returns the original outcome instead of acting twice. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||