check_tier
Verify if an agent's tier allows an action at a given autonomy and spend; returns null if permitted or escalation details if insufficient.
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) |