Skip to main content
Glama

FlexYield — blockchain RPC gateway

resolve_ens

ENS resolution on Ethereum mainnet: pass a name ('vitalik.eth') to get its address, or an address (0x…) to get its reverse-record name. On-chain via FlexYield's pool — reverse records are self-declared, forward-verify before trusting.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesENS name (e.g. 'vitalik.eth') or 0x-address

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral disclosure burden. It states that resolution happens on-chain via FlexYield's pool and warns that reverse records are self-declared and should be forward-verified, which is material trust context. It does not mention failure modes or network requirements, but the read-only 'get' semantics are clear.

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?

Two compact sentences front-load the operation and immediately give an example of each accepted input. Every clause adds value, and the trust warning is placed after the main rules without bloat.

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 single-parameter read-style tool, the description covers the two invocation modes, the network, and a key trust caveat, and it implies the return type for each mode. It lacks explicit no-record/error behavior and does not clarify address formatting, but these are minor for this scope.

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

Parameters4/5

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

Schema coverage is 100% and the query parameter is already described as an ENS name or 0x-address. The description adds concrete examples, clarifies the return direction for each input form, and attaches a security caveat, so it contributes meaning beyond the schema's one-line description.

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 names a specific operation (ENS resolution on Ethereum mainnet), the exact input forms (a name or an address), and the two expected outputs (address or reverse-record name). It clearly distinguishes this tool from the many other sibling tools by stating the network and the on-chain mechanism.

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

Usage Guidelines4/5

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

The description gives explicit conditions for use: pass a name to get an address, or pass an address to get a reverse-record name, and it adds a forward-verification warning for reverse records. It does not explicitly name alternative tools, but no sibling appears to cover ENS resolution, so the usage context is clear with no exclusions.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources