Complete chore
complete_choreMark a chore as complete and automatically schedule its next occurrence when it repeats. Resolve recurring chore tracking with one action.
Instructions
Marks a chore done and, if it repeats, schedules the next one. Needs the chore.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chore | Yes | The chore's title 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 | |||