delimit_agent_check
Verify whether an AI model has permission to perform a specified action before executing sensitive operations.
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 | |||