check_tier
Check whether an agent's tier authorizes a requested action at a specific autonomy level and spend amount, returning null if allowed or escalation details if denied.
Instructions
Check if an agent's earned tier permits an action at a given autonomy level and spend amount. Returns null if permitted, or escalation details if tier is insufficient.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | Yes | Agent ID | |
| principalId | Yes | Principal ID | |
| scope | Yes | Reputation scope | |
| requestedAutonomy | No | Requested autonomy level (1-5) | |
| requestedSpend | No | Requested spend amount in dollars | |
| requestedDepth | No | Requested delegation depth |