palveron_check
Check any tool call against governance policies before execution. Get an allow, block, or modify verdict with PII redacted, plus an immutable audit trail.
Instructions
Verify a tool call against PALVERON governance policies before execution. Returns whether the action is allowed, blocked, or modified (with PII redacted). Every check creates an immutable audit trace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | The tool name to check (e.g. "execute_command", "write_file", "browser_navigate") | |
| input | Yes | The tool input/arguments as a string or JSON string | |
| agent_id | No | Optional agent identifier for audit trail | |
| session_id | No | Optional session ID for conversation tracking |