Skip to main content
Glama
rsp2k
by rsp2k

import_zone_file

Import DNS records from zone file format to a specified domain. Validate or create records using zone file content with optional dry-run mode.

Instructions

Import DNS records from zone file format.

Args: domain: The domain name to import records to zone_data: DNS zone file content as string dry_run: If True, only validate and return what would be created without making changes

Returns: List of created records or validation results

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYes
zone_dataYes
dry_runNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool can perform a dry run for validation, which is useful behavioral context. However, it doesn't mention critical details like required permissions, rate limits, error handling, or whether the import overwrites existing records, leaving significant gaps for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear purpose statement followed by 'Args' and 'Returns' sections. It's appropriately sized with no wasted sentences, though the 'Args' section could be integrated more seamlessly into the flow rather than as a separate block.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a mutation tool with no annotations and 3 parameters, the description is moderately complete. It explains parameters and mentions dry-run behavior, but lacks details on permissions, side effects, error cases, and the output schema's structure. The presence of an output schema helps, but more behavioral context is needed for full adequacy.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but the description compensates by explaining all three parameters in the 'Args' section: 'domain' (target domain), 'zone_data' (DNS zone file content as string), and 'dry_run' (validation mode). This adds meaningful semantics beyond the bare schema, though it could provide more detail on zone file format expectations.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Import DNS records from zone file format.' It specifies the verb ('import'), resource ('DNS records'), and format ('zone file'), making it easy to understand. However, it doesn't explicitly differentiate from sibling tools like 'create_record' or 'export_zone_file', which would require a 5.

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 usage through the 'dry_run' parameter explanation ('only validate and return what would be created without making changes'), suggesting it's for bulk DNS record creation with validation. However, it lacks explicit guidance on when to use this tool versus alternatives like 'create_record' or 'update_record', and doesn't mention prerequisites or exclusions.

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/rsp2k/mcp-vultr'

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