cloudflare_create_dns_record
Create a DNS record in a Cloudflare zone by providing type, name, and content.
Instructions
Create a new DNS record in a zone
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zoneId | No | Zone ID to create record in (optional if set in config) | |
| type | Yes | Record type (e.g., A, AAAA, CNAME, MX, TXT) | |
| name | Yes | Record name (e.g., www.example.com or @) | |
| content | Yes | Record content (IP address, hostname, text content, etc.) | |
| ttl | No | Time to live in seconds (1 = auto, 120-7200) | |
| priority | No | Priority for MX records | |
| proxied | No | Whether the record should be proxied through Cloudflare | |
| comment | No | Comment for the record |