Skip to main content
Glama

dns_create

Add a new DNS record to a domain by specifying type, content, and optional subdomain, TTL, or priority. Supports A, AAAA, MX, TXT, CNAME, ALIAS, NS, and SRV records.

Instructions

Create a new DNS record.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ttlNoTTL in seconds (minimum 600)
nameNoSubdomain (None for root, '*' for wildcard)
domainYesDomain name (e.g., 'example.com')
contentYesRecord content (IP, hostname, text, etc.)
priorityNoPriority for MX/SRV records
record_typeYesDNS record type: A, AAAA, MX, TXT, CNAME, ALIAS, NS, SRV, etc.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYesOperation status
record_idYesID of the created record
Behavior3/5

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

The annotation idempotentHint: false already informs the agent that repeated calls create multiple records, covering the key behavioral trait. The description adds no further context, such as side effects, validation behavior, or prerequisites, but it does not contradict the annotation.

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, clear sentence with no filler. It is front-loaded with the action and resource, earning a perfect score for conciseness.

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?

With a thorough schema, an output schema, and a simple operation, the description is adequate. It lacks some context like domain existence prerequisites, but the schema and annotations cover the essentials, making it complete enough for an agent to use effectively.

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 100%, so parameter meanings are fully documented. The description itself adds no parameter semantics, but the schema carries the burden, resulting in a baseline 3 score.

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 ('Create') and resource ('a new DNS record'), clearly distinguishing it from sibling tools like dns_list, dns_edit, and dns_delete. It is unambiguous and accurately describes the operation.

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?

The verb 'Create' implies use for adding a new record, and the sibling names make it clear that edit/delete are for other purposes. However, there is no explicit guidance on when to use this tool versus alternatives, such as noting that dns_edit should be used for modifying existing records or that creating a duplicate may be prohibited.

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/major/porkbun-mcp'

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