Skip to main content
Glama

hostodo_delete_dns_record

Delete a DNS record from your Hostodo zone. Specify the record to remove using resource or VM identifiers.

Instructions

Coming soon (dns): Delete a DNS record. This PMF stub records demand and returns a structured coming_soon response; it does not perform the requested action yet. Do not send secrets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vm_idNoOptional Hostodo instance id, hostname, or unique prefix when relevant.
intentNoOptional brief description of what the user wanted to do.
metadataNoOptional non-secret request metadata for PMF discovery.
resource_idNoOptional invoice/ticket/zone/deployment/resource id when relevant.
Behavior3/5

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

The description honestly discloses that the tool is a stub that returns a coming_soon response and does not perform the action. It also warns about secrets. However, without annotations or an output schema, the response structure remains unspecified, which is acceptable for a stub.

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, using two sentences to convey the tool's purpose, current status, and a security warning. No redundant information is present.

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

Completeness3/5

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

Given that this is a placeholder stub, the description adequately explains the behavioral limitation and security concern. However, it could be more complete by briefly describing what the coming_soon response contains or suggesting alternative tools for actual deletion once implemented.

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%, with each parameter having a basic description. The description does not add extra context or examples for parameters, but the schema already provides adequate information. The 'Do not send secrets' note is a usage guideline, not parameter-specific.

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 a DNS record) and resource (DNS record). It immediately identifies the tool as a stub, which is distinct from sibling tools like hostodo_create_dns_record and hostodo_update_dns_record. However, the 'Coming soon' prefix may cause temporary confusion about intended function.

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?

The description includes a warning about not sending secrets but provides no guidance on when to use this tool versus alternatives, such as whether to attempt deletion or wait for implementation. No explicit when-to-use or when-not-to-use criteria are given.

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/hostodo/hostodo-mcp'

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