Skip to main content
Glama

Cloudflare MCP Server

by ry-ops

update_dns_record

Modify existing DNS records to change type, name, content, TTL, or proxy settings for domain management and configuration updates.

Instructions

Update an existing DNS record. Can modify type, name, content, TTL, proxy status, etc.

Input Schema

NameRequiredDescriptionDefault
zone_idYesThe zone ID
record_idYesThe DNS record ID to update
typeYesDNS record type
nameYesDNS record name
contentYesDNS record content
ttlNoTime to live
proxiedNoWhether the record is proxied through Cloudflare
priorityNoPriority (for MX, SRV records)
commentNoComment for the DNS record

Input Schema (JSON Schema)

{ "properties": { "comment": { "description": "Comment for the DNS record", "type": "string" }, "content": { "description": "DNS record content", "type": "string" }, "name": { "description": "DNS record name", "type": "string" }, "priority": { "description": "Priority (for MX, SRV records)", "type": "number" }, "proxied": { "description": "Whether the record is proxied through Cloudflare", "type": "boolean" }, "record_id": { "description": "The DNS record ID to update", "type": "string" }, "ttl": { "description": "Time to live", "type": "number" }, "type": { "description": "DNS record type", "type": "string" }, "zone_id": { "description": "The zone ID", "type": "string" } }, "required": [ "zone_id", "record_id", "type", "name", "content" ], "type": "object" }

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/ry-ops/cloudflare-mcp-server'

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