Skip to main content
Glama

update_dns

Update a single DNS record of type A, AAAA, CNAME, or TXT, then verify the change. Supports dry-run to plan without sending a write request.

Instructions

Update exactly one A, AAAA, CNAME, or TXT record and verify it afterwards.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ttlNo
nameYesShort name or iveseenu.com FQDN.
typeYesDNS record type.
contentYesRecord value.
dry_runNoPlan only. Never sends a DNS write request.
proxiedNoCloudflare proxy. Defaults to DNS only.
allow_rootNo
allow_sensitiveNo

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description alone must disclose behavior. It usefully reveals that the tool operates on exactly one record and verifies after updating, which is beyond what the name implies. However, it does not disclose side effects, overwrite semantics, permissions, or failure behavior, leaving important operational traits unspecified.

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?

A single sentence front-loads the action, resource, scope, and the verify-after behavior with no filler. Every phrase earns its place; the description is as short as it can be while still conveying the core operation.

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 write tool with 8 parameters, no annotations, and no output schema, this description is under-specified. The agent is left without guidance on how the target record is identified, what dry_run/proxied/allow_root/allow_sensitive affect, or what a successful update returns.

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?

The description maps to the record types in the schema's enum but adds no meaning for ttl, allow_root, allow_sensitive, or the auto TTL choice. With parameter schema coverage at 63%, the uncovered flags remain unexplained by the description, so it does not materially compensate for the gaps.

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 names a specific verb ('Update'), a specific resource ('A, AAAA, CNAME, or TXT record'), and a scoping constraint ('exactly one'), which clearly differentiates it from sibling tools like create_dns, upsert_dns, or delete_dns. It is immediately obvious what this tool does.

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 phrase 'Update exactly one...' implies this is for modifying a single existing record, but the description never explicitly contrasts it with create_dns (new records), upsert_dns (create-or-update), or delete_dns (removal). Usage context is implied rather than clearly stated.

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

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/WangJiyuanYo/cloudflare-mcp'

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