guardrail_check
Evaluate a proposed tool call against Guardrail policy before executing it, returning ALLOW, WARN, or BLOCK with explanation. Use before actions that spend money, delete data, send messages externally, or run code.
Instructions
Evaluate a proposed tool call against the Guardrail policy BEFORE executing it. Returns ALLOW, WARN, or BLOCK with a concrete explanation. Always call this before performing any action that spends money, deletes data, sends messages externally, or runs code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Identifier of the calling agent | |
| arguments | No | Arguments the tool would be called with | |
| tool_name | Yes | Name of the tool/action being proposed |