lookup_agent_identity
Verify AI agent registration status and retrieve on-chain identity metadata from the ERC-8004 registry on Base mainnet. Returns registration details including name, endpoint, and timestamp for registered agents.
Instructions
Look up an agent's on-chain identity from the ERC-8004 registry on Base mainnet. Reads isRegistered() and, for registered agents, attempts to fetch name, endpoint, and registration timestamp via getAgent(). Returns registration status and available metadata fields; unregistered agents return registered: false with null metadata. Read-only — no side effects. Free — no payment required. Use compute_agent_score to get a full utility score that incorporates ERC-8004 status alongside ETH balance and transaction history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Ethereum address to look up (0x-prefixed, 40 hex characters, case-insensitive). The address is checksummed (EIP-55) before registry lookup. Example: '0xeaE922306EFbD86eAA37aDAd8c66af511F139803'. |