check_action
Check whether a specific action is permitted or forbidden by current covenant rules. Provide action name and optional parameters to enforce behavioral constraints in AI agent systems.
Instructions
Check whether an action is allowed or blocked by the current covenant rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The action name to check, e.g. 'delete_user' | |
| params | No | Optional parameters for the action |