check_tier
Check whether an agent's earned tier allows a requested action at specified autonomy and spend levels. Returns null if permitted, or escalation details when limits are exceeded.
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 |
|---|---|---|---|
| scope | Yes | Reputation scope | |
| agentId | Yes | Agent ID | |
| principalId | Yes | Principal ID | |
| requestedDepth | No | Requested delegation depth | |
| requestedSpend | No | Requested spend amount in dollars | |
| requestedAutonomy | No | Requested autonomy level (1-5) |