search_dns_records
Retrieve DNS records for a specified zone, filtering by record name or type to find A, AAAA, CNAME, MX, TXT, and other records.
Instructions
Get DNS records for a zone. Returns record names, types, TTLs, and values.
Example questions:
"What DNS records exist for example.com?"
"Find all CNAME records in the example.com zone"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone | Yes | DNS zone name (e.g., example.com) | |
| search | No | Filter by record name | |
| record_type | No | Filter by record type: A, AAAA, CNAME, MX, TXT, etc. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |