resolve_authority
Computes an agent's effective reputation score and authority tier within a specified scope, returning tier name, autonomy level, spend limit, and effective score.
Instructions
Compute effective reputation score and authority tier for an agent in a given scope. Returns tier name, autonomy level, spend limit, and effective score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | Yes | Scope to check reputation in (e.g. 'code_execution', 'commerce') | |
| agentId | Yes | Agent ID to check | |
| principalId | Yes | Principal who delegated authority |