get_dns_records
Retrieve DNS records for a domain. Get a single record by ID or all records at once.
Instructions
Retrieves DNS records for a domain. If record_id is provided, retrieves a single record; otherwise, retrieves all records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain name. | |
| record_id | No | Optional: The ID of a specific record to retrieve. |