dns_create_record
Add a new DNS record to a domain, specifying type, name, data, TTL, and priority for MX/SRV records to update your Vultr DNS settings.
Instructions
Create a new DNS record.
Args: domain: The domain name record_type: Record type (A, AAAA, CNAME, MX, TXT, NS, SRV) name: Record name/subdomain data: Record data/value ctx: FastMCP context for resource change notifications ttl: Time to live in seconds (default: 300) priority: Priority for MX/SRV records
Returns: Created record information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | ||
| data | Yes | ||
| name | Yes | ||
| domain | Yes | ||
| priority | No | ||
| record_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||