Skip to main content
Glama

Doti Protocol (.i) MCP Server

transfer_domain

Transfer sovereign ownership of a .i domain directly to another 0x EVM wallet address.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
newOwnerYesThe 0x recipient address to receive domain ownership
domainNameYesThe .i domain name to transfer
currentOwnerYesThe 0x address of the current domain owner

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior2/5

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

Annotations are absent, so the description carries the full burden of behavioral disclosure. It communicates that a mutation occurs ('transfer') but does not mention irreversibility, prerequisite checks of the current owner, whether the caller needs to be the current owner, gas/transaction implications, or any success/failure indicators. This is a thin description for a sensitive action.

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?

A single sentence is front-loaded with the action (transfer) and resource, with no filler. Every word contributes to the meaning, and omitting excess content makes it immediately scannable.

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 description fails to explain the return value or outcome of the transfer (e.g., transaction hash, success confirmation) despite the absence of an output schema. It also doesn't mention preconditions like whether currentOwner must be the caller or the need for any authorization. For a mutation tool with no annotations and no output schema, this is insufficient.

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 already covers all three parameters completely (100% coverage), so the description does not need to compensate. It adds no extra meaning beyond the schema descriptions, so it stays at the baseline for high coverage.

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 states a specific verb and resource: transfer sovereign ownership of a .i domain to another wallet. The word 'directly' distinguishes it from marketplace and bridge operations among the sibling tools, so an agent can tell this is a peer-to-peer ownership transfer rather than a listing or cross-chain bridge.

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 phrase 'directly to another 0x EVM wallet address' implies this tool is used when you want a privatemarket transfer versus using the marketplace or bridge tools, but it never names any alternative or explicitly states when to choose it. Usage is inferred, not spelled out.

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.