Skip to main content
Glama

resolve_name

Resolve a SuiNS name (.sui) to its address, or reverse-look up an address to its SuiNS name, on mainnet, testnet, or devnet.

Instructions

Resolve a SuiNS name (.sui domain) to an address, or reverse-lookup an address to its SuiNS name. At least one of 'name' or 'address' must be provided.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoSuiNS name to resolve (e.g. 'example.sui')
addressNoAddress to reverse-lookup to a SuiNS name
networkNoWhich Sui network to run this call against: 'mainnet' (default), 'testnet', or 'devnet'. Set this per-call — different tool calls in the same session can target different networks (e.g. to compare a value on testnet against mainnet).
Behavior2/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 of behavioral disclosure. It does not mention error handling, not-found behavior, network requirements beyond the schema, or any side effects. The read-only nature is implied but not explicitly stated, and there is no information about response format.

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 that front-loads the purpose and includes only the essential usage constraint. No wasted words.

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?

Given the tool's simplicity, the description covers the core purpose, the bidirectional resolution, and the input constraint. However, without an output schema or annotations, it could benefit from additional details about return values (though these are implied) and edge cases. Still, it is sufficiently complete for a straightforward lookup tool.

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%, so the baseline is 3. The description adds meaningful constraint that at least one of 'name' or 'address' must be provided, which is not enforced in the schema, and clarifies the 'address' parameter is for reverse-lookup. This goes beyond the schema descriptions.

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 SuiNS names to addresses and performs reverse lookups, using a specific verb ('resolve') and resource (SuiNS name/address). It distinguishes itself from sibling tools like identify_address by focusing on SuiNS domain resolution.

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

Usage Guidelines3/5

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

The description implies usage context (when you need to resolve a SuiNS name or reverse-lookup an address) and states the constraint that at least one of 'name' or 'address' must be provided. However, it does not explicitly mention alternatives or when not to use this tool compared to siblings like identify_address.

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/0xfreak0/sui-mcp'

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