Gate Check
gate_checkEvaluate any proposed tool call against ThumbGate policy before execution, returning 'block' or 'allow' to prevent dangerous commands and file modifications.
Instructions
Evaluate a proposed tool call against ThumbGate policy BEFORE executing it. Returns decision "block" (do not run the action; surface the reason) or "allow". Use this when about to run a shell command, write/edit a file, or take any irreversible action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_name | Yes | The tool about to be invoked (e.g. Bash, Write, Edit) | |
| tool_input | No | The proposed arguments, e.g. { "command": "rm -rf /" } for Bash or { "file_path": "..." } for Write |