Skip to main content
Glama
Rezlazy

@rezlazy/namesilo-mcp

by Rezlazy

transferDomain

Start moving an existing domain into your NameSilo account by submitting its EPP/auth code and contact details; transfer costs are charged to account funds.

Instructions

Start an inbound domain transfer. Spends account funds. EPP/auth code usually required. [https://www.namesilo.com/api-reference]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
adNoMailing address
cpNoCompany
ctNoCountry (ISO 3166-1 alpha-2, e.g. US)
cyNoCity
emNoEmail address
fnNoFirst name (or pass contact_id)
fxNoFax number
lnNoLast name
phNoPhone number
stNoState / province / territory
zpNoZIP / postal code
ad2NoMailing address line 2
authNoEPP / auth code from the current registrar
caagNoCIRA agreement version (.ca domains)
calfNoCIRA legal form (.ca domains)
calnNoCIRA language (.ca domains)
cawdNoCIRA WHOIS display (.ca domains)
usapNoUS application purpose (.us domains)
usncNoUS nexus category (.us domains)
couponNoCoupon code
domainYesDomain to transfer in
privateNoEnable free WHOIS privacy (1/true = yes, 0/false = no)
portfolioNoPortfolio to assign the domain to
auto_renewNoEnable auto-renewal (1/true = yes, 0/false = no)
contact_idNoExisting contact profile ID
payment_idNoVerified credit-card profile ID. Omit to charge account funds
Install Server

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It clearly flags that this operation spends account funds and usually requires an EPP/auth code, which are critical behavioral facts for a mutation. It does not describe post-transfer timing or failure modes, but the key financial side effect is explicit.

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?

Three short sentences front-load the primary action, then immediately state the critical side effect and prerequisite, with an API reference link. No filler or unnecessary detail.

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?

Despite a rich 26-parameter schema, this is a financially impactful operation with no output schema and no annotations. The description does not explain expected return values, what happens after a transfer is started, or how to choose among contact fields, contact_id, and TLD-specific options, leaving substantial context missing for correct invocation.

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 the schema already explains every parameter. The description adds only minimal semantic nuance—that the auth code is 'usually required'—and does not map the many optional contact and TLD-specific fields to usage scenarios, so it does not substantially exceed the baseline.

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 opens with a specific verb and resource: 'Start an inbound domain transfer.' 'Inbound' plus 'transfer' clearly separates this from registering, renewing, or pushing domains, and the mention of EPP/auth code reinforces the transfer context.

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 when to use it: to begin moving a domain into the account, and notes prerequisites (EPP/auth code) and a consequence (spends funds). However, it does not explicitly name alternatives such as checkTransferAvailability or registerDomain, so the agent must infer routing from sibling names and the word 'inbound.'

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Rezlazy/namesilo-mcp'

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