Skip to main content
Glama

Change RRSet TTL

change_rrset_ttl
Idempotent

Update the Time To Live (TTL) for a DNS record set. Set null to inherit the zone's default TTL.

Instructions

Change the Time To Live (TTL) of an RRSet. Pass null to fall back to the zone's default TTL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ttlYesTime To Live in seconds, or null to use the zone's default TTL
nameYesName of the RRSet, relative to the zone and in lower case, e.g. "www" or "@" for the zone apex
typeYesType of the RRSet, e.g. "A" or "TXT"
zoneYesID or name of the zone, e.g. "example.com"
Behavior4/5

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

The description discloses a meaningful behavioral trait beyond the idempotentHint annotation: passing null resets to the zone's default TTL. It does not contradict the annotation, though it omits details about error behavior or whether existing records are preserved.

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?

Two concise sentences with the action front-loaded. No filler or repetition; every sentence adds value.

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?

Given the simple single-purpose mutation, the schema fully documents all four parameters, and the idempotentHint annotation covers repeat-safety, the description is adequate. It could mention return values or missing-RRSet errors, but those are not essential for this low-complexity tool.

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 coverage is 100%, with each parameter already described in detail. The description's null-fallback note duplicates the ttl schema description, adding little new information that the schema does not already provide.

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 uses a specific verb and resource ('Change the Time To Live (TTL) of an RRSet') and adds the key null-fallback detail. It clearly distinguishes itself from sibling tools such as change_zone_ttl and change_rrset_protection.

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 description implies the use case (changing an RRSet's TTL) and provides a specific usage pattern ('Pass null to fall back'), but it does not explicitly state when not to use this tool or mention alternatives like update_rrset. No exclusions or comparisons to siblings are provided.

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/ni-c/hetzner-dns-mcp'

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