Skip to main content
Glama

create_dns_record

Add a DNS record to a domain, supporting A, AAAA, ALIAS, CAA, CNAME, HTTPS, MX, SRV, TXT, NS types with TTL, priority, and SRV fields.

Instructions

Create a DNS record for a domain. For MX set mxPriority; for SRV pass the srv object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain name.
typeYesRecord type.
nameYesSubdomain/name ('' or '@' for the apex).
valueNoRecord value (e.g. IP, target, text).
ttlNoTTL in seconds.
mxPriorityNoPriority for MX records.
srvNoSRV fields { priority, weight, port, target }.
commentNo
teamIdNoTeam ID to scope the request. Falls back to VERCEL_TEAM_ID when omitted.
slugNoTeam slug to scope the request (alternative to teamId).
Behavior2/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It only states the basic action and two parameter hints (mxPriority, srv). It omits critical behavior like idempotency, error conditions, authentication requirements, rate limits, or the effect on existing records.

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: two sentences, no redundant words. The main action is front-loaded, and the additional hints are direct. Every sentence earns its place.

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?

Given the tool's complexity (10 parameters, nested objects, no output schema), the description is insufficient. It does not explain what the tool returns, how to verify success, or any behavioral context beyond the basic action. The agent lacks enough information for correct invocation without external knowledge.

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 90%, so the baseline is 3. The description adds minimal value beyond the schema: 'set mxPriority' and 'pass the srv object' restate what the schema already indicates. No new parameter meaning is introduced.

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 ('Create a DNS record') and the target resource ('for a domain'). It distinguishes from sibling tools like delete_dns_record, update_dns_record, and list_dns_records by focusing on creation. The mention of specific record types (MX, SRV) adds specificity.

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 provides no guidance on when to use this tool versus alternatives such as update_dns_record or list_dns_records. It does not mention prerequisites, context, or exclusions, leaving the agent without decision-making support.

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/helbertparanhos/vercel-mcp-pro'

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