Skip to main content
Glama

dynadot_dns

Manage DNS records and DNSSEC configuration for domains through the Domain MCP server. Get, set, or clear DNS settings including A, AAAA, CNAME, MX, and TXT records.

Instructions

DNS management: get/set DNS records, DNSSEC configuration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: get: Get current DNS records | set: Set DNS records | set_dnssec: Enable DNSSEC | get_dnssec: Get DNSSEC settings | clear_dnssec: Remove DNSSEC
domainNoDomain name (e.g., example.com)
mainRecordsNoMain domain records
subdomainRecordsNoSubdomain records
keyTagNoKey tag
algorithmNoAlgorithm
digestTypeNoDigest type
digestNoDS record digest
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions 'get/set DNS records, DNSSEC configuration' which implies both read and write operations, but doesn't specify permissions required, whether changes are immediate or propagate, rate limits, or error conditions. For a tool with multiple mutation actions (set, set_dnssec, clear_dnssec), this is inadequate behavioral context.

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 extremely concise at just 7 words: 'DNS management: get/set DNS records, DNSSEC configuration.' Every word earns its place by establishing scope (DNS), operations (get/set/configuration), and resources (records/DNSSEC). It's front-loaded with the most important information and wastes no space.

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 tool with 8 parameters, multiple actions including mutations, no annotations, and no output schema, the description is insufficient. It doesn't explain return formats, error handling, authentication requirements, or operational constraints. The agent must rely entirely on the input schema without guidance on how to interpret results or handle failures.

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 documents all 8 parameters thoroughly. The description adds no parameter-specific information beyond what's in the schema. The baseline of 3 is appropriate when the schema does all the work, though the description could have explained which parameters are required for which actions or provided examples.

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 'DNS management: get/set DNS records, DNSSEC configuration' which specifies the verb (manage) and resource (DNS records/DNSSEC). It distinguishes from siblings like dynadot_account or dynadot_domain by focusing specifically on DNS operations. However, it doesn't explicitly mention it's for Dynadot domains specifically, which could help differentiate from generic DNS tools.

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?

The description provides no guidance on when to use this tool versus alternatives. There's no mention of prerequisites, when to choose DNS management over domain settings, or any context about which sibling tools might be more appropriate for related tasks. The agent must infer usage from the action parameter descriptions alone.

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

Install Server

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/joachimBrindeau/domain-mcp'

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