Skip to main content
Glama

get_ens_name_details

Retrieve full details for any ENS name, including owner, resolver, address, and metadata. Use it to resolve or verify Ethereum name records.

Instructions

Get comprehensive details about an ENS name

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesENS name
Behavior1/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It only says 'get comprehensive details' and does not mention output shape, potential errors, rate limits, or any side effects. This is essentially no behavioral transparency beyond an implied read operation.

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

Conciseness3/5

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

The description is a single short sentence, which is front-loaded and efficient. However, it is under-specified; it provides only the bare purpose and no additional context. It could be considered concise but sacrifices informativeness for brevity.

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

Completeness2/5

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

The tool has one parameter and no output schema, so the description is the only source for understanding what 'details' are returned. It does not enumerate the fields or differentiate from closely related ENS tools. Given the large number of sibling ENS-related tools, this description is incomplete and likely leaves the agent uncertain about its exact function.

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?

The schema has one parameter, 'name', described as 'ENS name' in the schema. Since schema coverage is 100%, the baseline is 3. The description adds no extra semantic detail, such as expected format (e.g., 'vitalik.eth' vs 'vitalik') or whether subdomains are valid, but it does not need to compensate due to full schema coverage.

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

Purpose3/5

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

The description states the tool fetches 'comprehensive details about an ENS name', which is a clear verb+resource. However, it does not specify what those details are, and it does not distinguish this from siblings like get_ens_text_records or get_ens_avatar. The phrase 'comprehensive details' is vague and could encompass many different data types.

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?

There is no guidance on when to use this tool versus alternatives such as resolve_ens_name, get_ens_text_records, or get_ens_avatar. No context, prerequisites, or exclusions are provided. The description does not help an agent choose between related ENS tools.

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/nirholas/universal-crypto-mcp'

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