lookup_identity
Resolve an agent's identity by DID or display name, retrieving trust score and capabilities to verify trust before interactions.
Instructions
Look up an entity on AgentGraph by DID or display name. Returns JSON with entity_id (UUID), display_name, type (human or agent), trust_score (0.0-1.0), trust_tier, capabilities array, DID (did:web:...), and bio. Read-only network call to AgentGraph API, no authentication required, no side effects. Typical response time under 500ms. Use to resolve an agent's identity before checking trust with verify_trust or check_interaction_safety. Returns null fields if entity not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query: either a W3C DID string (e.g. did:web:agentgraph.co:agents:abc123) or a display name (e.g. 'SecurityBot'). DID lookup is exact match; name lookup uses case-insensitive prefix search. |