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

List RRSets

list_rrsets
Read-only

List DNS record sets (RRSets) for a Hetzner DNS zone, showing records, TTLs, and protection status. Supports filtering by name, type, and pagination.

Instructions

List the RRSets (DNS record sets) of a zone, including their records, TTLs and protection status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoFilter RRSets by name, e.g. "www"
pageNoPage number to return (pagination)
typeNoFilter RRSets by type(s), e.g. ["A", "AAAA"]
zoneYesID or name of the zone, e.g. "example.com"
per_pageNoEntries per page (1-100, default 25)
label_selectorNoFilter RRSets by label selector
Behavior4/5

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

The readOnlyHint annotation already marks this as safe, and the description adds that the output includes records, TTLs, and protection status, which is useful behavioral context. It does not mention pagination defaults or rate limits, but the annotation covers the safety profile.

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 a single, information-dense sentence with no filler, including a clarifying parenthetical for the acronym. It is front-loaded and every word earns its place.

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?

The description, combined with full schema parameter descriptions and the readOnlyHint, provides enough context for a list operation. It identifies the scope (zone), output contents, and the schema covers filtering/pagination, making it reasonably complete without an output schema.

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?

All six parameters have schema descriptions covering their meaning (name filter, type filter, page, per_page, zone, label_selector), so the description adds no parameter-specific details. Baseline 3 applies due to high schema coverage.

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 the specific verb 'List' with the resource 'RRSets of a zone', clearly distinguishing it from single-RRset tools like get_rrset and mutation tools. It also states what is included (records, TTLs, protection status), leaving no ambiguity about its function.

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 clearly implies this is for listing all RRSets in a zone, which differentiates it from get_rrset for individual sets. However, it does not explicitly mention when to use this over alternatives or state exclusions, so it lacks explicit alternative naming.

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