Skip to main content
Glama
hofmeister

@hofmeister/godaddy-mcp

by hofmeister

add_dns_record

Add a DNS record to a GoDaddy domain zone without altering existing records. Provide type, name, data, and TTL to create the record synchronously and return its recordId.

Instructions

Add a DNS record to a domain's zone without touching existing records. Record name is relative to the zone apex (@ = bare domain, www = www.example.com, * = wildcard). TTL 600-86400 seconds. MX and SRV require priority (SRV also port and weight); CNAME cannot be set at the apex; SOA and the apex NS set are managed by GoDaddy. The record is created synchronously and the response includes its recordId.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoCAA property tag: issue, issuewild, or iodef.
ttlYesTime-to-live in seconds (600-86400).
dataYesRecord value. Type-specific: IPv4 address for A, IPv6 for AAAA, hostname for CNAME and MX, text for TXT, target host for SRV, issuer for CAA.
flagNoCAA flag: 0 non-critical, 128 critical.
nameYesRecord name relative to the zone apex: use @ for the bare domain, www for www.example.com, or * for a wildcard. Never include the domain itself (e.g. not www.example.com).
portNoPort for SRV records.
typeYesDNS record type.
domainYesDomain whose zone to modify, e.g. example.com.
weightNoWeight for SRV records with equal priority.
serviceNoService label for SRV records, e.g. _http.
priorityNoPriority for MX and SRV records; lower is preferred. Required for MX and SRV.
protocolNoProtocol label for SRV records, e.g. _tcp.

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.8/5.0
Behavior5/5

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

Beyond annotations (openWorldHint, destructiveHint: false), the description discloses that creation is synchronous and that the response includes a recordId, plus domain-specific constraints like CNAME being prohibited at the apex and SOA/apex NS being managed by GoDaddy. This gives agents realistic expectations of side effects and edge cases.

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 four focused sentences: purpose and non-destructive guarantee first, then naming rules, then type-specific requirements, then synchronization/response. Each sentence encodes distinct useful information without fluff or repetition of schema fields.

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

Completeness5/5

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

For a tool with 12 parameters and no output schema, the description covers the critical operational details: record-name relativity, TTL bounds, type-specific required fields, unsupported record placements, managed records, and the response including recordId. An agent has enough to call the tool correctly and interpret the result.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Although schema coverage is 100%, the description adds high-value semantics: it defines the relative-name syntax, explains that MX/SRV require priority (SRV also port/weight), and notes CNAME cannot be set at the apex. This goes well beyond the individual property descriptions in the schema.

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-resource pair ('Add a DNS record to a domain's zone') and immediately adds a distinguishing scope ('without touching existing records'), which separates it from update/delete/list siblings. It also explains the important naming convention ('@ = bare domain, www = www.example.com, * = wildcard'), leaving no ambiguity about what the tool does.

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 gives clear context by stating the tool adds new records without modifying existing ones, which implies its appropriate use case. It does not explicitly name sibling tools like update_dns_record or delete_dns_record as alternatives or state when to choose them, so it stops short of a 5.

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

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/hofmeister/godaddy-mcp'

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