Skip to main content
Glama

Vultr MCP

by rsp2k

import_zone_file

Import DNS records from zone file format to a specified domain, with optional validation through dry-run mode to preview changes before applying.

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

NameRequiredDescriptionDefault
domainYes
dry_runNo
zone_dataYes

Input Schema (JSON Schema)

{ "properties": { "domain": { "title": "Domain", "type": "string" }, "dry_run": { "default": false, "title": "Dry Run", "type": "boolean" }, "zone_data": { "title": "Zone Data", "type": "string" } }, "required": [ "domain", "zone_data" ], "type": "object" }

Other Tools from Vultr MCP

Related Tools

    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