Skip to main content
Glama

dns_record_delete

Remove a DNS record from a DirectAdmin zone by specifying domain, record type, and name. Required confirmation prevents accidental deletions.

Instructions

Delete a DNS record.

Args: domain: Zone. record_type: Type. name: Name. value: Value (required by most DA versions). confirm: Required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
valueNo
domainYes
confirmNo
record_typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it only hints at confirmation via 'confirm: Required.' It does not state that deletion is irreversible, what side effects occur, or what prerequisites must be met. The wording is also ambiguous because the schema marks confirm as optional with default false.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short, front-loaded with the action, and the parameter list is easy to scan. It is concise, though some entries are so terse that they add little beyond the schema field names.

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 destructive 5-parameter operation with no annotations, the description omits key context: how confirm should be set, what name/value formats identify a record, and what happens after deletion. The output schema covers return values, but the input semantics and side effects remain under-specified.

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

Parameters2/5

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

Schema description coverage is 0%, so the Args block is the only parameter documentation. However, it mostly restates the schema titles: domain: Zone, record_type: Type, name: Name. The only genuinely extra insight is that value is required by most DA versions, while the 'confirm: Required' note conflicts with the schema's non-required/default-false declaration.

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 the action ('Delete') and the resource ('a DNS record'), so an agent can immediately tell what the tool does. It is implicitly distinguishable from the DNS add/query siblings, though it does not explicitly differentiate itself from dns_record_add or dns_zone_get.

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 about when to use this tool versus alternatives such as dns_record_add or dns_zone_get. The only usage cue is the verb 'Delete', leaving the agent to infer the appropriate context without any supporting direction.

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

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/OpenIaaS/directadmin-mcp-server'

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