Check off shopping item
check_off_shopping_itemMarks an item as completed on the shopping list using its name or ID, so everyone in the household sees it's already purchased.
Instructions
Checks an item off the shopping list. Needs the item name or id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | The item's name or id. | |
| 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. | |
| 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 | |||