Assign chore
assign_choreAssign a chore to a household member or remove the assignment by setting the member to null, with an optional dry run to preview changes before applying them.
Instructions
Assigns a chore to a member, or unassigns it. Needs the chore and the member (or null).
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. | |
| assign_to | Yes | Member name or id, or null to unassign. | |
| 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 | |||