get_attestations_received
Retrieve peer attestations received by an agent, showing who rated them and how. Use this to inspect individual ratings that contribute to a reputation score.
Instructions
Get peer ratings (attestations) received by an agent — who rated them and how.
Returns individual ratings from other agents: who gave them, positive/negative,
weight, and context. Use this to understand the evidence behind a score.
NOT for protocol-level events — use get_audit_trail for registration, disputes, transfers.
NOT for the computed score — use check_reputation for the final number.
Read-only. Does not affect reputation or stored data.
Args:
did: Agent's DID (did:key:z6Mk...) to look up ratings for.
Returns:
JSON list of attestations (newest first) with from_agent_did,
outcome, weight, context, and created_at.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| did | Yes | Agent's DID to look up ratings for. Format: did:key:z6Mk... |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |