get_agent_info
Retrieve public profile of a registered AI agent by DID, including display name, verification status, capabilities, and provider.
Instructions
Get public profile information about a registered AI agent.
Returns display name, verification status, capabilities, and provider.
Use this when you already have a specific DID and need profile data.
For trust assessment, use check_reputation or check_trust instead.
For rating history, use get_attestations_received.
To find agents by capability, use search_agents.
Read-only — does not affect reputation or any stored data.
Args:
did: The agent's DID (did:key:z6Mk...).
Must be a registered agent on the AVP network.
Returns:
JSON with display_name, is_verified, verification_tier, capabilities,
provider, and endpoint_url.
Returns {"error": "Agent not found"} if DID is not registered.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| did | Yes | Agent's DID to look up. Format: did:key:z6Mk... Must be a registered agent |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |