vorim_check_permission
Verify agent permissions and quotas by checking specific access scopes. Returns authorization status with denial reasons and remaining usage limits.
Instructions
Check if an agent has a specific permission scope. Returns allowed (boolean), reason if denied, and remaining quota. Sub-5ms via Redis cache.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | The agent identifier | |
| scope | Yes | Permission scope to check (e.g. agent:read, agent:execute) |