check_tier
Verify if an agent's tier permits an action at a requested autonomy and spend. Returns null when allowed, or escalation details for insufficient tier.
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) |