Skip to main content
Glama

Transfer Domain

transfer_domain

Initiate a domain transfer from another provider. PAID. The transfer includes 1 year of renewal, preserves current nameservers, and does not migrate DNS. Call plan_domain_adoption first, show the exact price and continuity plan, then get explicit confirmation before calling this. Requires the authorization/EPP code from the current provider.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain to transfer, e.g. mysite.com
auth_codeYesAuthorization/EPP code from the current provider
payment_txNoTransaction hash of a USDC payment already sent on-chain.
payment_chainNoChain the USDC payment was sent on.
payment_methodNoPayment method: 'card' to charge card on file, 'usdc' to pay with USDC. Overrides the user's default preference for this request.
extra_subdomainsNoAdditional subdomains to include in the pre-transfer DNS snapshot. We auto-discover subdomains via CT logs, SPF, MX/DKIM inference, and a common wordlist - use this for any custom subdomains we might miss.

Schema Changelog

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

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description bears full responsibility for disclosing behavioral traits. It discloses that the action is PAID, includes 1 year of renewal, preserves current nameservers, does not migrate DNS, and requires the authorization/EPP code. It also emphasizes the need for explicit confirmation. This is substantial disclosure of cost, registration effects, and preconditions, though it doesn't cover failure modes or post-transfer tracking.

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 three sentences: first states the purpose, then key behavioral facts (PAID, renewal, nameservers, DNS), then a clear precondition and requirement. Every sentence adds critical information without redundancy. The front-loading of the purpose and immediate highlighting of 'PAID' ensures the agent quickly grasps the most important operational consequence.

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 paid, multi-step action, the description covers the essential context: cost, renewal, nameserver behavior, DNS migration status, required EPP code, and the prerequisite planning call. It doesn't describe the return value or how to track the transfer (e.g., via watch_transfer), but since there is no output schema and the tool is only 'initiate', this is a minor gap. Overall, it is sufficiently complete for an agent to invoke the tool correctly.

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 input schema provides 100% description coverage for all 6 parameters, including domain, auth_code, payment_tx, payment_chain, payment_method, and extra_subdomains. The description adds little beyond what the schema already states, except for calling attention to the auth_code requirement. This matches the baseline of 3 when the schema does the heavy lifting.

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's function: 'Initiate a domain transfer from another provider.' This is a specific verb+resource combination that distinguishes it from siblings like buy_domain, import_domain, and acquire_domain by emphasizing the 'from another provider' aspect. It immediately communicates the core action without ambiguity.

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 provides explicit sequencing guidance: 'Call plan_domain_adoption first, show the exact price and continuity plan, then get explicit confirmation before calling this.' This tells the agent when to use the tool and what prerequisites must be met. It doesn't explicitly name alternatives, but it clearly establishes the context for this tool as distinct from importing or buying.

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.5/5.0
Disambiguation3/5

While most tools have distinct purposes, several clusters overlap significantly (e.g., check_email, check_email_deliverability, get_email_deliverability, get_domain_email_status; buy_domain, buy_aftermarket, acquire_domain). The descriptions are detailed and help differentiate, but the sheer number of tools makes it challenging for an agent to select the correct one without careful reading.

Naming Consistency3/5

The dominant pattern is verb_noun with underscores (e.g., create_mailbox, list_domains), but there are notable inconsistencies: destructive actions mix delete/remove/cancel/revoke/unsell, and a few names deviate entirely (search, dns_check, domain_status). The pattern is recognizable but not uniformly applied.

Tool Count1/5

With 122 tools, this vastly exceeds the 50+ threshold for extreme mismatch. Even for a comprehensive domain and email platform, the tool count is overwhelming and will likely hinder agent performance through excessive choice and context bloat.

Completeness4/5

The server covers a wide range of domains, DNS, email, marketplace, negotiations, transfers, webhooks, tokens, and billing. Minor gaps exist, such as no update operation for mail rules, no direct domain deletion, and limited mailbox configuration beyond forwarding and credentials, but most lifecycle workflows are supported.