Skip to main content
Glama

set_dns_record

Add or update a DNS record for a domain. Useful for pointing domains to Vercel, Netlify, or email services. [Requires a free namemy.app API key — get one at https://namemy.app/app/api-keys]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ttlNo
hostYesSubdomain or @ for root
typeYes
valueYes
domainYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A3.7/5.0
Behavior3/5

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

Without annotations, the description carries the burden of behavioral disclosure. It mentions the need for an API key and the add/update nature of the operation, but it doesn't disclose whether an existing record is overwritten, how long changes take to propagate, or what the API response looks like.

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 two sentences, front-loaded with the primary action and resource. The API key requirement is clearly bracketed with a direct link, and every sentence adds actionable value without redundancy.

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?

With no output schema and no annotations, the description is incomplete for an operationally sensitive mutation. It provides use cases and auth context but omits return values, error behavior, overwrite semantics, and validation details, making it insufficient for a tool that modifies DNS records.

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 low (only 'host' has a built-in description, 20% of parameters). The tool description adds no parameter-specific meaning for 'value', 'type', 'domain', or 'ttl'; it only provides general context about DNS records, leaving the agent to infer format and semantics.

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 a specific action ('Add or update') on a specific resource ('a DNS record for a domain'). It also distinguishes itself from sibling domain-related tools by focusing solely on DNS record management rather than domain purchase, checking, or branding.

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

Usage Guidelines4/5

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

The description gives practical context on when to use it ('pointing domains to Vercel, Netlify, or email services'). It doesn't explicitly state when not to use it or name alternatives, but the use cases are clear enough for an agent to select it correctly.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.8/5.0
Disambiguation4/5

Most tools have clearly distinct purposes (generation, checking, buying, DNS). The main overlap is between check_domain and check_domain_public, but descriptions clearly favor the public version, reducing ambiguity. buy_domain and buy_link are also distinct (direct purchase vs. link generation).

Naming Consistency4/5

The majority follow a verb_noun pattern (buy_domain, generate_logo, list_domains). A few deviations exist: brand_conflict_check reverses the order, and the check_domain variants have inconsistent singular/plural forms. Overall, the pattern is still easily recognizable.

Tool Count5/5

13 tools covers the domain from name generation, conflict checking, domain purchase, DNS management, and brand asset generation without being overwhelming. Each tool serves a logical part of the workflow, and the count is within the ideal 3-15 range.

Completeness4/5

The core domain lifecycle is covered: generate names, check/buy domains, list owned domains, and set DNS. Brand assets (logo, legal, social, brand kit) are also covered. Minor gaps like a delete domain or DNS delete tool exist, but they are not critical for the primary workflow.