Preview Action
preview_actionCheck a tool call against governance rules and input schema before executing it.
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 |