check_reputation
Get the full reputation profile of an agent: numerical score, confidence, risk factors, and tier. Provides detailed data for trust analysis.
Instructions
Get the full reputation profile of an agent: score, confidence, risk factors, and tier.
Returns detailed numerical data for analysis and logging.
Use this when you need the actual numbers (score, confidence, risk breakdown).
NOT for yes/no delegation decisions — use check_trust instead (returns allowed: true/false).
NOT for rating history — use get_attestations_received for individual peer reviews.
Read-only. Does not modify any data or affect the target agent's score.
Args:
did: Agent's DID in W3C format. Must start with "did:key:z6Mk".
Returns:
JSON with score (0.0-1.0), confidence (0.0-1.0), risk_score (0.0-1.0),
risk_factors (list), tier (newcomer/basic/trusted/elite), and interpretation.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| did | Yes | Agent's decentralized identifier in W3C DID format. Must start with 'did:key:z6Mk'. Example: 'did:key:z6MkhaXgBZDvotzkL...' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |