Skip to main content
Glama

delete_dns_record

Delete a DNS record by domain and record ID. For GoDaddy, removes all records of the same type and name.

Instructions

Delete a DNS record. On GoDaddy, deletes ALL records of same type+name (API limitation).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYes
idYesRecord ID from list_dns_records
providerNoProvider name, or omit to auto-detect
Behavior4/5

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

With no annotations, the description carries full burden and discloses a critical behavioral trait: on GoDaddy, it deletes all records of the same type and name. This helps the agent understand the consequence beyond the basic delete action.

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, consisting of two sentences that convey the essential purpose and a key limitation without any redundant information.

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?

For a simple delete tool with three parameters, the description covers the main action and a critical limitation. It does not describe return values or error conditions, but given no output schema, this is acceptable.

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 67%, so the description adds some context but does not significantly extend the meaning of parameters. The id and provider are already described in the schema; the description does not clarify domain beyond what the pattern suggests.

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 the action 'Delete' and the resource 'DNS record', and distinguishes from sibling tools like update_dns_record or create_dns_record by its specific verb and mention of an API limitation.

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 given on when to use this tool versus alternatives. There is no mention of prerequisites (e.g., needing the id from list_dns_records) or when deletion is preferred over updates.

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

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