Skip to main content
Glama

Vultr MCP

by rsp2k

update_record

Modify DNS record details such as name, data, TTL, or priority for a specified domain to maintain accurate domain configurations.

Instructions

Update an existing DNS record.

Args: domain: The domain name record_id: The record ID to update name: New record name (optional) data: New record data (optional) ttl: New TTL value (optional) priority: New priority for MX/SRV records (optional)

Returns: Updated record information

Input Schema

NameRequiredDescriptionDefault
dataNo
domainYes
nameNo
priorityNo
record_idYes
ttlNo

Input Schema (JSON Schema)

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