Skip to main content
Glama
juandvasquezp

hcloud-mcp-server

hcloud_list_dns_recordsets

List DNS record sets in a specified zone to view or manage your DNS records.

Instructions

List DNS record sets in a zone

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionYesRegion
zone_idYesZone ID
limitNoMax results
Behavior2/5

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

No annotations are provided, so the description must convey behavioral traits. It only states that it lists record sets, but doesn't disclose whether it's read-only, pagination behavior, authentication needs, or error handling. The description is insufficient for behavioral transparency.

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 sentence that directly states the tool's function. It is concise and front-loaded, with no extraneous information.

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?

Given that the tool has no output schema, the description should provide more context about the return format, pagination (limit parameter), and relationship to other DNS tools. It lacks information on how results are structured or any filtering beyond zone, making it incomplete for an agent to fully understand usage.

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%, so the baseline is 3. The parameter descriptions in the schema ('Region', 'Zone ID', 'Max results') are minimal, and the tool description does not add any extra meaning or context beyond the schema. Credit is given for completeness of 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 clearly states the action (List) and the resource (DNS record sets) with a scope (in a zone). It effectively distinguishes from sibling tools like hcloud_list_dns_zones (list zones) and hcloud_show_dns_zone (show zone details).

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. For example, it doesn't explain when to use this over hcloud_list_dns_zones or hcloud_show_dns_zone, nor are there any 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/juandvasquezp/hcloud-mcp'

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