dns_lookup
Resolve DNS records over DNS-over-HTTPS for A, AAAA, MX, TXT, NS, CNAME, CAA, SOA, PTR, SRV, returning TTLs and clear reasons when a name or record type doesn't exist.
Instructions
Resolve a DNS name over DNS-over-HTTPS. Record types: A, AAAA, MX, TXT, NS, CNAME, CAA, SOA, PTR, SRV. Returns every answer with its TTL, and says why when there is none (NXDOMAIN vs no record of that type).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Hostname, e.g. example.com or _dmarc.example.com | |
| type | No | Record type (default A). |