Use this skill when the user asks to "manage DNS", "add a DNS record", "update DNS", "delete a DNS record", "create an A record", "set up a CNAME", "configure MX records", "list DNS records", "check DNS settings", or any task involving Cloudflare DNS zones or records.
Use the cloudflare-extended MCP server tools to manage DNS records for the user's Cloudflare zones.
cf_list_zones to show available domains and ask which one to work with.cf_list_dns_records with the resolved zone_id. Use optional type or name filters to narrow results.cf_create_dns_record. Confirm success and show the new record ID.cf_update_dns_record with only the changed fields.cf_delete_dns_record.See references/dns-record-types.md for content format requirements per record type.