Skip to main content
Glama

Vultr MCP

by rsp2k

validate_record

Validate DNS record configuration for A, AAAA, CNAME, MX, TXT, NS, or SRV types before creation to prevent errors in Vultr DNS management.

Instructions

Validate a DNS record before creation.

Args: record_type: Record type (A, AAAA, CNAME, MX, TXT, NS, SRV) name: Record name/subdomain data: Record data/value ttl: Time to live in seconds priority: Priority for MX/SRV records

Returns: Validation results with any errors or warnings

Input Schema

NameRequiredDescriptionDefault
dataYes
nameYes
priorityNo
record_typeYes
ttlNo

Input Schema (JSON Schema)

{ "properties": { "data": { "title": "Data", "type": "string" }, "name": { "title": "Name", "type": "string" }, "priority": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Priority" }, "record_type": { "title": "Record Type", "type": "string" }, "ttl": { "default": 300, "title": "Ttl", "type": "integer" } }, "required": [ "record_type", "name", "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