delimit_agent_check
Verify if an AI model is authorized to perform a specific action, preventing unauthorized sensitive operations by checking permissions before execution.
Instructions
Check if a model is allowed to perform an action (Pro).
Use before executing sensitive operations to verify the agent has permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | AI model name (claude, codex, gemini, cursor). | |
| action | Yes | Action to check (e.g. "ledger_write", "deploy"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||