create_dns_record_tool
Create a new DNS record for a Cloudflare zone by specifying type, name, content, TTL, and proxy options.
Instructions
Create a new DNS record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | TTL in seconds, 1 = auto (default: 1) | |
| name | Yes | Record name (e.g., www, @, subdomain.example.com) | |
| type | Yes | Record type (A, AAAA, CNAME, MX, TXT, NS, SRV, CAA) | |
| comment | No | Optional comment | |
| content | Yes | Record content (IP address, target domain, etc.) | |
| proxied | No | Proxy through Cloudflare (default: false) | |
| zone_id | Yes | Zone ID (32-character hex string) | |
| priority | No | Priority for MX/SRV records |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||