request_human_approval
Pause a high-stakes action and wait for an authorized human to approve or reject it. Returns a clear approved flag; proceed only on explicit approval.
Instructions
Ask an authorised human to approve an action and wait for the answer. Returns {approved: bool, status, decided_by, ...}. Proceed ONLY if approved is true — a timeout, an expiry or a rejection means do not proceed. risk: low | medium | high.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| risk | Yes | ||
| action | Yes | ||
| context | Yes | ||
| wait_sec | No | ||
| requested_by | No | mcp-agent | |
| expires_in_sec | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |