Skip to main content
Glama
ni-c
by ni-c

Change RRSet TTL

change_rrset_ttl
Idempotent

Update the TTL of a DNS record (RRSet) to control caching duration. Set a new TTL in seconds or use null to inherit the zone's default.

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"
Behavior3/5

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

With idempotentHint annotation already covering idempotency, the description adds the null fallback behavior, which is useful context. However, it does not disclose other behavioral traits such as whether the RRSet must exist, error handling, or side effects beyond TTL change. The added null behavior slightly raises it above baseline.

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 short sentences are front-loaded with the core purpose and the key special value behavior. Every word earns its place; no fluff or redundancy.

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?

For a simple, single-purpose tool, the description covers the essential behavior. The schema fully documents parameters, and the description adds the null case. It could optionally mention that only the TTL is changed, not other RRSet properties, but that is already clear from the tool name and purpose. Overall adequate for invocation.

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 parameters are fully documented in the schema. The description's 'Pass null to fall back to the zone's default TTL' repeats what the ttl parameter schema already explains, adding no new semantics beyond a concise reinforcement.

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 verb 'Change' and the resource 'Time To Live (TTL) of an RRSet'. It is specific and distinguishes from sibling tools like change_zone_ttl (zone-level) and update_rrset (general RRSet changes). The scope is unambiguous.

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?

No guidance is provided on when to use this tool versus alternatives like update_rrset. The mention of passing null is parameter usage, not tool selection guidance. The description does not explicitly state exclusions or prerequisites.

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

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