dns_get
Fetch a single DNS record by its ID for any domain. Pass the domain and record ID to retrieve exact record details for management or verification.
Instructions
Get a specific DNS record by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name (e.g., 'example.com') | |
| record_id | Yes | DNS record ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Record ID | |
| ttl | Yes | Time to live in seconds | |
| name | Yes | Full record name (e.g., www.example.com) | |
| type | Yes | Record type (A, AAAA, MX, etc.) | |
| notes | No | Optional notes | |
| content | Yes | Record content | |
| priority | No | Priority (MX, SRV only) |