Preview Action
preview_actionPreview a tool call's effects and validation before execution, ensuring governance compliance without committing to the action.
Instructions
Dry-run governance preview of a tool call WITHOUT executing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Arguments you would pass. Validated against the tool's real input schema; never executed. | |
| tool | Yes | Tool name to preview, for example delete_reminder or move_note. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | ||
| exists | Yes | ||
| exposed | No | ||
| argsValid | No | ||
| hitlLevel | Yes | ||
| rateLimit | Yes | ||
| sideEffect | Yes | ||
| annotations | No | ||
| auditPreview | No | ||
| requiredScope | No | ||
| validationError | No | ||
| wouldRequireApproval | No |