Skip to main content
Glama
Achlesha

sendhustle-mcp

apply_domain_dns_namecheap

Apply a domain's DNS records through Namecheap API, then automatically verify the configuration. Requires whitelisted server IP for Namecheap account.

Instructions

Apply a domain's DNS records via the Namecheap API, then auto-verify (POST /domains/:id/dns/namecheap). Namecheap requires the calling server's IP to be whitelisted on the account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe domain id.
apiKeyYesNamecheap API key.
apiUserYesNamecheap API user.
userNameNoOptional Namecheap username (defaults to apiUser).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.2

TDQS

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It does disclose a key behavioral requirement (calling server's IP must be whitelisted) and the auto-verify step, but it does not explain side effects on existing DNS records, error behavior, or what the verification outcome looks like. Adds some value but leaves significant behavioral gaps.

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?

Two sentences carry all essential information: the action, the endpoint, and a critical prerequisite. No filler, clear front-loading, and every sentence earns its place.

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?

The tool is a mutation with no annotations and no output schema, so more explanation is needed. The description covers the core apply-and-verify flow and the IP whitelist prerequisite, but omits outcomes (e.g., whether records are overwritten), failure modes, and the response content. Adequate but not fully complete.

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 baseline is 3. The description does not add any additional meaning to the parameters; it mentions the API context but does not clarify how apiUser, apiKey, or userName are consumed beyond the schema descriptions.

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 ('Apply') and resource ('domain's DNS records'), names the API provider (Namecheap), and includes the exact endpoint. This clearly distinguishes it from sibling tools like apply_domain_dns_cloudflare and apply_domain_dns_godaddy.

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 this tool is for Namecheap-managed domains by stating 'via the Namecheap API', but it does not explicitly state when to use it over alternatives or mention the other apply_domain_dns_* tools. Usage context is implied rather than explicit.

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

Deploy Server

Other Tools