delimit_agent_check
Verify whether an AI model has permission to perform an action under agent policy. Use as a per-action gate before executing sensitive operations.
Instructions
Check if a model is allowed to perform an action under agent policy (Pro).
When to use: as a per-action gate before executing sensitive operations from a non-orchestrator model — verify it has the required permission. When NOT to use: to set / inspect policies overall (use delimit_agent_policy) or for runtime governance evaluation (delimit_gov_evaluate).
Sibling contrast: delimit_agent_policy manages the policy; delimit_gov_evaluate is the runtime governance gate; this is a per-action permission check.
Side effects: read-only on the policy store. Calls ai.agent_policy.check_agent_permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | AI model name — "claude", "codex", "gemini", "cursor". Required. | |
| action | Yes | Action to check (e.g. "ledger_write", "deploy"). Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||