get_score_breakdown
Retrieve a detailed factor attribution showing how an agent's trust score was computed, including Bayesian raw, dispute penalty, and interaction metrics. Understand the reasoning behind the score.
Instructions
Get a detailed breakdown of how an agent's trust score was computed.
Returns factor attribution showing:
bayesian_raw: score before dispute penalty
dispute_penalty: multiplier from lost disputes (1.0 = no penalty)
interactions_weighted: number of interactions used in computation
lost_disputes: count of upheld disputes against this agent
alpha/beta: Beta distribution parameters
REQUIRES authentication with trust.read scope. Use this to understand WHY an agent has a particular score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | ||
| access_token | Yes |