Clear shopping list
clear_shopping_listClear a shopping list by removing checked-off items, or remove all items when asked. Preview changes before applying them.
Instructions
Removes checked-off items from the shopping list, or everything if asked. Optionally needs include_unchecked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| include_unchecked | No | Also remove items not yet bought. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||