Skip to main content
Glama

MCP Cloudflare DNS Server

update_dns_record

Modify an existing DNS record in Cloudflare by updating its type, name, content, TTL, priority, or proxy status using the specified record ID.

Instructions

Update an existing DNS record

Input Schema

NameRequiredDescriptionDefault
contentNoDNS record content
nameNoDNS record name
priorityNoPriority (for MX records)
proxiedNoWhether the record should be proxied through Cloudflare
recordIdYesThe DNS record ID to update
ttlNoTime to live (TTL) in seconds
typeNoDNS record type

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "DNS record content", "type": "string" }, "name": { "description": "DNS record name", "type": "string" }, "priority": { "description": "Priority (for MX records)", "type": "number" }, "proxied": { "description": "Whether the record should be proxied through Cloudflare", "type": "boolean" }, "recordId": { "description": "The DNS record ID to update", "type": "string" }, "ttl": { "description": "Time to live (TTL) in seconds", "minimum": 1, "type": "number" }, "type": { "description": "DNS record type", "enum": [ "A", "AAAA", "CNAME", "MX", "TXT", "NS", "SRV", "CAA", "PTR" ], "type": "string" } }, "required": [ "recordId" ], "type": "object" }
Install Server

Other Tools from MCP Cloudflare DNS Server

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/gilberth/mcp-cloudflare'

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