Skip to main content
Glama
VitexSoftware

mcp-server-subreg

Add Dns Record

add_dns_record

Add a DNS record to a Subreg DNS zone by specifying domain, name, type, and content. Requires write access.

Instructions

Add a DNS record to a zone hosted on Subreg DNS. Requires SUBREG_READONLY=false.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ttlNo
nameYes
prioNo
typeYes
domainYes
contentYes
Behavior3/5

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

With no annotations, the description must disclose behavior. It mentions the permission requirement, which is useful, but it does not describe side effects, success/failure behavior, or idempotency. This is a minimal but not contradictory disclosure.

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 a single sentence that conveys purpose and a key requirement with no filler. It is well-structured and appropriately brief.

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 tool with six parameters and no output schema, the description is too sparse. It lacks parameter explanations, return value information, and any edge-case guidance, making it incomplete for successful invocation.

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

Parameters1/5

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

Schema coverage is 0%, so the description must compensate for the six parameters (domain, name, type, content, ttl, prio). It does not explain any of them, leaving the agent without semantic guidance for the parameters.

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 ('Add') and resource ('DNS record to a zone hosted on Subreg DNS'), which is specific and distinguishes it from sibling tools like delete_dns_record or get_dns_zone.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides a usage prerequisite (SUBREG_READONLY=false) but does not explicitly state when to use this tool over alternatives or when not to use it. The context is clear but no exclusions are mentioned.

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/VitexSoftware/mcp-server-subreg'

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