Add chore
add_choreAdd a new chore to your household list, optionally assigning it to a member and setting a daily, weekly, or monthly repeat schedule.
Instructions
Adds a chore, optionally assigned to someone and repeating. Needs a title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | What needs doing, e.g. Take out the bins. | |
| member | No | Who is asking, if known: a member id or name. Used for per-member policies and the audit trail. | |
| cadence | No | once, daily, weekly or monthly. | once |
| dry_run | No | When true, return the preview only. Nothing is written and nothing is queued. | |
| due_date | No | YYYY-MM-DD in the household timezone. | |
| assign_to | No | Member name or id to assign it to. | |
| 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 | |||