Skip to main content
Glama
hofmeister

@hofmeister/godaddy-mcp

by hofmeister

list_dns_records

Read-only

Retrieve DNS records for any GoDaddy-hosted domain with optional filtering by record type or name to locate specific entries and their record IDs for updates or deletions.

Instructions

List DNS records for a domain hosted on GoDaddy's authoritative nameservers. Filter by type and/or name (@ = zone apex). Records include the recordId needed to update or delete them. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoFilter to records with this host name (e.g. www, _acme-challenge, or @ for apex).
pageNoPage number (1-based, default 1).
typeNoFilter to one record type.
domainYesDomain whose zone to read, e.g. example.com.
pageSizeNoRecords per page (1-100, default 25).

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark the operation read-only, and the description adds context beyond that: records come from GoDaddy's authoritative nameservers, support type/name filtering, and include the recordId needed for mutations. No contradiction with annotations.

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 main purpose, then add the most decision-relevant details: filtering and recordId. No filler beyond the acceptable one-word 'Read-only' summary, which reinforces the safety profile.

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

Completeness4/5

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

The tool is a list operation with pagination parameters already documented in the schema, and the description covers the key return value (recordId) and the filtering model. There is no output schema, so a bit more detail about the response shape/pagination would help, but the existing details are enough 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?

Input schema covers all parameters with descriptions, so the baseline is 3. The description mentions filtering by type and/or name and explains @ as zone apex, but this largely mirrors the schema and adds no deeper parameter semantics such as precedence or mutually exclusive combinations.

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 clearly states a specific action ('List DNS records'), a resource ('domain hosted on GoDaddy'), and a filtering capability, which distinguishes it from sibling tools like list_domains, add_dns_record, and update_dns_record. It also conveys that the result includes recordId for later updates/deletes, reinforcing its role.

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 tells the agent when the tool is useful by noting the recordId is needed to update or delete records and by stating filtering options. It does not explicitly preclude alternatives, but the read-only framing plus sibling context make the intended use clear.

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