Skip to main content
Glama
Rezlazy

@rezlazy/namesilo-mcp

by Rezlazy

changeNameServers

Set nameservers for up to 200 domains by providing ns1 and ns2 or up to 13 nameservers.

Instructions

Set nameservers for up to 200 domains. Provide ns1+ns2 (or nameservers[]). [https://www.namesilo.com/api-reference]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ns1NoNameserver 1 (or pass nameservers[])
ns2NoNameserver 2 (or pass nameservers[])
ns3NoNameserver 3
ns4NoNameserver 4
ns5NoNameserver 5
ns6NoNameserver 6
ns7NoNameserver 7
ns8NoNameserver 8
ns9NoNameserver 9
ns10NoNameserver 10
ns11NoNameserver 11
ns12NoNameserver 12
ns13NoNameserver 13
domainYesDomain(s) to update (comma-separated or array, max 200). API param is `domain`.
nameserversNo2–13 nameservers; mapped to ns1–ns13
Install Server

TDQS

B3.2/5.0
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 honestly indicates a mutation with 'Set,' but it does not mention that existing nameservers are likely replaced, that ns1+ns2 are effectively required for a valid call, or how partial failures across up to 200 domains are handled. The API link is a fallback, not inline transparency.

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 one tightly written sentence plus a reference link. The core action and essential call requirements are front-loaded with no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Parameter semantics are nearly fully covered by the schema, and the description supplies the key invocation rule. Still, with no annotations and no output schema, the description does not disclose the response format, batch error behavior, or whether the operation replaces all existing nameservers; the API reference link partially mitigates this.

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 description coverage is 100%, so the baseline is 3. The description adds value by making the operative call pattern explicit: 'Provide ns1+ns2 (or nameservers[]),' which is not marked as required in the schema itself. The 200-domain limit is also surfaced in the compact description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb and resource: 'Set nameservers for up to 200 domains.' It conveys the scope and batch nature of the operation. However, it does not explicitly distinguish this tool from sibling tools like modifyRegisteredNameServer or dnsUpdateRecord, so it stops short of full differentiation.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. The instruction 'Provide ns1+ns2 (or nameservers[])' explains how to invoke it, but nothing describes when domain-level nameserver changes are appropriate or when to prefer sibling DNS/nameserver tools.

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