check_action
Prevent forbidden actions by checking them against policy first. Returns ALLOW or DENY; DENY includes the governing clause.
Instructions
Check an intended action against the confirmed policy before performing it. Returns ALLOW or DENY; a DENY cites the governing clause. This tool only checks — it never performs the action, and neither may you when it denies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | http_request — the full URL. | |
| kind | Yes | The kind of action the agent intends to take. | |
| path | No | file_delete — the path to delete (absolute, or relative to the workspace). | |
| method | No | http_request — the HTTP method (GET, POST, …). | |
| command | No | shell_command — the full command string. |