oracle_validate
Submit critical or irreversible actions for human approval before execution. Sends Telegram notifications with full context for review, ensuring oversight of destructive, financial, or high-risk operations.
Instructions
Submit a critical or irreversible action to ORACLE-H for human approval. The human operator will receive a Telegram notification with full context and can approve or reject. ALWAYS use this tool before executing any destructive, financial, or irreversible operation. Returns a request_id to use with oracle_poll_status to retrieve the decision.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Precise technical description of the action you are about to execute | |
| rationale | Yes | Why this action is necessary and why it is the optimal path | |
| projected_impact | Yes | Risk and impact if this action fails or is wrong. Must describe potential damage. | |
| financial_amount | No | Financial amount at stake in USD (0 if none) | |
| expires_in_seconds | No | How long to wait for the human response before timing out (default: 5 minutes) |