Skip to main content
Glama

Cloudflare MCP Server

by jeffgolden

cloudflare-dns-mcp_update_dns_record

Modify DNS records in Cloudflare by updating zone name, record ID, type, name, content, TTL, and other parameters directly through structured API tools.

Instructions

Update an existing DNS record by ID

Input Schema

NameRequiredDescriptionDefault
contentNo
nameNo
portNo
priorityNo
proxiedNo
record_idYes
targetNo
ttlNo
typeNo
weightNo
zone_nameYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "type": "string" }, "name": { "type": "string" }, "port": { "type": "number" }, "priority": { "type": "number" }, "proxied": { "type": "boolean" }, "record_id": { "type": "string" }, "target": { "type": "string" }, "ttl": { "type": "number" }, "type": { "type": "string" }, "weight": { "type": "number" }, "zone_name": { "type": "string" } }, "required": [ "zone_name", "record_id" ], "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/jeffgolden/cloudflare_mcp'

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