dashclaw_wait_for_approval
Wait for a human to approve or deny a pending action in DashClaw Mission Control. Polls action status until it changes, with configurable timeout.
Instructions
Wait for a human to approve or deny a pending action in DashClaw Mission Control. Call this after a guard decision returns "require_approval" or after recording an action with status "pending_approval". Polls the action status until it changes. Default timeout is 300 seconds (5 minutes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_id | Yes | The action ID to wait on (e.g., act_abc123) | |
| timeout_seconds | No | Max wait time (default 300) | |
| poll_interval_seconds | No | Polling frequency (default 3) |