Skip to main content
Glama

Delete a DNS record

delete_dns_record
DestructiveIdempotent

Deletes a DNS record from a custom domain. Give the type, name and value exactly as list_dns_records shows them (for MX, the hostname). Confirm with the user first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesRecord name exactly as list_dns_records shows it ("@" for the domain itself).
siteYesThe website's domain, as shown by list_sites (e.g. "example.com" or "name.hostingfor.ai").
typeYesDNS record type, as shown by list_dns_records.
valueYesRecord value exactly as list_dns_records shows it (for MX, the mail server hostname).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
deletedYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already mark this as destructive and non-read-only, so the description adds value by requiring user confirmation and emphasizing exact-match inputs. This goes beyond the structured hints and helps an agent handle the operation safely.

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, no filler, with the core action and the most important usage constraint front-loaded. Every sentence earns its place.

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 destructive four-parameter tool with full schema coverage, an output schema, and safety annotations, the description covers the essential operational details: what is deleted, how to identify it, and the need for user confirmation. Nothing critical is missing.

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 coverage is 100%, so the schema already documents all four parameters in detail. The description reinforces the 'exactly as list_dns_records shows them' rule and the MX hostname note, but adds little beyond what the schema already states.

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 states a specific verb ('Deletes') and resource ('DNS record from a custom domain'), clearly distinguishing it from sibling tools like add_dns_record and list_dns_records. The title and description align without ambiguity.

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?

It gives concrete guidance: use exact values as shown by list_dns_records, and confirm with the user first. It does not explicitly name alternatives or exclusion conditions, but the context and sibling list 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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources