Skip to main content
Glama

Resolve ENS name

fuse_resolve_ens

Resolves an ENS name to its EVM address. ENS is not deployed on Fuse — resolution requires ENS_RPC_URL to be configured (typically pointing at Ethereum mainnet). Plain hex addresses are passed through.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesENS name to resolve (e.g. `vitalik.eth`). Plain addresses are returned unchanged.

TDQS

A4.5/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses important behavioral traits: ENS is not deployed on Fuse, resolution requires an external RPC URL, and plain addresses are passed through unchanged. This provides sufficient transparency for safe usage.

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 sentences, front-loaded with the core purpose. Every sentence adds essential information (purpose, configuration requirement, pass-through behavior). No unnecessary words. Highly efficient.

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

Completeness5/5

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

For a simple resolver with one parameter and no output schema, the description is complete. It covers the tool's action, its operational context (ENS not on Fuse, requires config), and edge-case handling (pass-through). No gaps remain.

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?

The input schema has one parameter with a description, and the tool description adds context about the name parameter (e.g., plain addresses are returned unchanged). Schema coverage is 100%, so the description adds value beyond the schema by clarifying edge-case behavior.

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 clearly states the tool resolves an ENS name to an EVM address, with a specific verb ('resolves') and resource ('ENS name'). It distinguishes itself from sibling tools (e.g., fuse_get_balance, fuse_send_native) by focusing on name resolution, not blockchain transactions.

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 explains when to use the tool (resolve ENS name) and that plain hex addresses are passed through unchanged. It mentions a prerequisite (ENS_RPC_URL configuration) but doesn't explicitly state when not to use it or provide alternatives. This is adequate for a straightforward resolver.

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.

TDQS

A3.7/5.0
Disambiguation5/5

All 50 tools have clearly distinct purposes, with descriptive names and descriptions that differentiate even similar concepts like token pricing (fuse_get_token_price, fuse_get_token_price_change, etc.). There is no ambiguity between tools.

Naming Consistency5/5

All tools follow a consistent 'fuse_verb_noun' pattern using snake_case, with groups like fuse_get_*, fuse_send_*, fuse_smart_*, and fuse_notification_*, making them predictable and easy to navigate.

Tool Count4/5

50 tools is on the higher side but appropriate given the breadth of Fuse Network operations (read/write, smart wallet, staking, trading, notifications, ENS, etc.). Each tool contributes to a well-scoped feature set without unnecessary redundancy.

Completeness4/5

The tool set covers a comprehensive range of blockchain interactions on Fuse, including balances, transfers, smart contracts, staking, trading, NFTs, notifications, and ENS. Minor gaps like governance or bridging exist but do not significantly impair common workflows.

Resources