lookup_dns
Look up DNS records for any domain via DNS-over-HTTPS. Specify one or multiple record types (A, MX, TXT, DNSSEC, etc.) to get parsed answers with TTL and DNSSEC AD bit; defaults to A.
Instructions
Read-only DNS record lookup via DNS-over-HTTPS. Pass type for a single record type or types for an array; if both omitted, returns A records. Returns parsed answers with TTL, raw rdata, and DNSSEC AD bit. Use for arbitrary record queries; use validate_dnssec for full DNSSEC chain validation, or check_dns_propagation for multi-resolver consensus. No auth, no rate limits beyond upstream resolver.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Single DNS record type | |
| types | No | Multiple DNS record types | |
| domain | Yes | Domain name only, e.g. example.com (no URL, path, or port) |