Skip to main content
Glama

Doti Protocol (.i) MCP Server

bridge_domain

Initiate cross-chain teleportation/bridging of a .i domain to another supported EVM chain via Chainlink CCIP.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNameYesThe .i domain name to bridge
ownerAddressYesThe 0x owner address initiating the bridge
destinationChainIdYesTarget EVM chain ID: 42161 (Arbitrum One), 10 (OP Mainnet), 1 (Ethereum), 4663 (Robinhood)

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?

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It mentions 'initiate' which implies a mutating action, but does not disclose potential side effects, irreversibility, fees, time requirements, or preconditions (e.g., ownership, balance). For a bridge operation that likely moves assets and changes state across chains, this is a significant gap.

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, tightly worded sentence that front-loads the action and resource, with no filler or repetition. Every word contributes to defining the tool's purpose.

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?

For a complex cross-chain bridging operation, the description is incomplete. It lacks information about prerequisites (e.g., domain ownership, source chain balance), the process steps, potential time delays, and what the return value is (likely a transaction hash). With no output schema and no annotations, the agent has insufficient context to invoke the tool correctly and understand consequences.

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?

Schema description coverage is 100%, so all three parameters (domainName, ownerAddress, destinationChainId) are already documented in the schema with descriptions. The tool description itself adds no additional meaning beyond what the schema provides. Baseline of 3 is appropriate because the schema does the heavy lifting, and the description doesn't enrich parameter understanding.

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 uses a specific verb ('Initiate'), a clear resource ('.i domain'), and a precise action ('cross-chain teleportation/bridging to another supported EVM chain via Chainlink CCIP'). This distinguishes it from siblings like transfer_domain (likely same-chain) and register_domain. No ambiguity about what the tool does.

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 cross-chain usage but does not explicitly contrast with alternatives such as transfer_domain or provide when-to-use/when-not-to-use guidance. The destinationChainId parameter hints at chain selection, but there is no explicit statement about when this tool is appropriate versus other operations. The usage context is only implied, not stated.

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.