dns_create
Add a new DNS record to a domain by specifying type, content, and optional subdomain, TTL, or priority. Supports A, AAAA, MX, TXT, CNAME, ALIAS, NS, and SRV records.
Instructions
Create a new DNS record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | TTL in seconds (minimum 600) | |
| name | No | Subdomain (None for root, '*' for wildcard) | |
| domain | Yes | Domain name (e.g., 'example.com') | |
| content | Yes | Record content (IP, hostname, text, etc.) | |
| priority | No | Priority for MX/SRV records | |
| record_type | Yes | DNS record type: A, AAAA, MX, TXT, CNAME, ALIAS, NS, SRV, etc. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Operation status | |
| record_id | Yes | ID of the created record |