Skip to main content
Glama
ionos-cloud

IONOS CLOUD MCP Server

Official
by ionos-cloud

get_dns_secondary_zone_axfr

Read-only

Check the AXFR zone transfer status for a secondary DNS zone to verify synchronization.

Instructions

Get the zone transfer (AXFR) status of a specific secondary DNS zone

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
secondary_zone_idYesthe ID of the secondary DNS zone

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the read-only safety profile is known. The description adds that it retrieves 'status' (not triggering a transfer), which is useful clarification. However, it does not describe what the status values look like, response format, or any other behavioral context. Given annotation coverage, a mid score is appropriate.

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, well-structured sentence that front-loads the key action and resource. No filler or redundancy; 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?

For a simple, read-only getter with one well-documented parameter, the description is nearly complete. It clearly states the operation and the object. The only gap is that 'zone transfer status' is not elaborated (e.g., possible values), but this is acceptable given the domain context and annotations.

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% for the single parameter secondary_zone_id. The description only restates the parameter conceptually ('specific secondary DNS zone'), adding no additional meaning beyond the schema. Per the baseline rule for high schema coverage, a score of 3 is correct.

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 states a specific verb ('Get') and resource ('zone transfer (AXFR) status of a specific secondary DNS zone'). It is clearly distinguished from siblings like get_dns_secondary_zone (which gets the zone itself) and list_dns_secondary_zone_records (which lists records). 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?

The description gives no guidance on when to use this tool versus alternatives. It does not mention related tools like get_dns_secondary_zone or list_dns_secondary_zone_records, nor does it state prerequisites or exclusions. The usage is only implied by the name and the single parameter.

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

Deploy Server

Other Tools