dns_lookup
Query all DNS record types for a domain to inspect mail routing, verify nameservers, or check SPF/DMARC. Returns A, AAAA, MX, NS, TXT, CNAME, SOA records with summary.
Instructions
Query all DNS record types (A, AAAA, MX, NS, TXT, CNAME, SOA) for a domain. Use for mail routing inspection, nameserver verification, or SPF/DMARC checks; for full overview use domain_report. TXT records are returned raw (no filter) — total_txt_records always carries the honest count (use domain_report for the security-only filtered TXT view). Free: 100/hr, Pro: 1000/hr. Returns {domain, records: {a, aaaa, mx, ns, txt, total_txt_records, cname, soa}, summary}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Root domain to query, without protocol or path (e.g. 'example.com', 'cloudflare.com') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |