Run routine
run_routineExecute a saved household routine by name, applying all steps together. Preview with dry-run before committing changes.
Instructions
Runs a saved routine, applying each of its steps together. Needs the routine name.
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. | |
| routine | Yes | The routine's name or id. | |
| 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 | |||