get_agent_reputation
Check if an ENS name or wallet is a registered AI agent. Returns ENSIP-25 agent-registration verification (text record bindings between ENS names and on-chain agent registries), AI metadata from text records, ERC-8004 identity + reputation data, and ERC-8217 binding status (whether the agent identity is bound to — and transfers with — the ENS name's token).
ENSIP-25 verification is live: reads agent-registration text records from the name's resolver to confirm the ENS name ↔ registry binding, then resolves each bound agentId against the canonical ERC-8004 Identity Registry.
Reputation uses the live v1 feedback model: per-client feedback aggregated on-chain via getSummary. Note the unfiltered client set is Sybil-able — treat scores as a signal, not ground truth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nameOrWallet | Yes | ENS name (e.g. "agent.eth") or wallet address (0x...) to look up |