vorion_gate_action
Verifies if an AI agent's trust tier permits a specific action, returning allowed status, current tier, required tier, and reason. Use before sensitive operations to prevent unauthorized access.
Instructions
Check if an AI agent is allowed to perform a specific action based on its current trust tier. Returns whether the action is allowed, the agent's current tier, the required tier, and a reason. Use this as a pre-flight check before executing sensitive operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The action the agent wants to perform | |
| agentId | Yes | Unique identifier of the agent requesting the action | |
| requiredTier | Yes | Minimum trust tier (0-7) required for this action |