Skip to main content
Glama

evm_lookup_ens_address

Read-only

Resolve an Ethereum address to its ENS name. Perform a reverse lookup to map a wallet address to its registered ENS domain.

Instructions

Perform reverse ENS lookup for an address.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesAddress to reverse-resolve
chainIdNoChain ID (defaults to runtime config)
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and openWorldHint=true, covering the safety and open-world aspects. The description adds no further behavioral details such as return format when no ENS name exists or any error conditions. Since it does not contradict annotations, a score of 3 is appropriate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, focused sentence with no wasted words. It is well-structured and front-loaded with the primary action.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only lookup with complete schema and annotations, the description adequately conveys the tool's purpose and implicitly defines the return value (ENS name). It could explicitly state output, but the name and 'reverse' phrase make this clear enough for most agents.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, with both parameters (address and chainId) documented in the schema. The description adds no additional parameter semantics, so the baseline score of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Perform reverse ENS lookup for an address' clearly states the specific action (reverse lookup) and resource (ENS). It explicitly distinguishes from forward resolution tools like evm_resolve_ens_name by using 'reverse', leaving no ambiguity about the operation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. It does not mention that forward ENS resolution would require a different tool, nor does it describe any prerequisites or edge cases (e.g., addresses without ENS records).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Apegurus/web3agent'

If you have feedback or need assistance with the MCP directory API, please join our Discord server