lookup_dns
Perform read-only DNS record lookup via DNS-over-HTTPS. Query single or multiple record types to get parsed answers with TTL and DNSSEC AD bit.
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 |
|---|---|---|---|
| domain | Yes | Domain name, e.g. example.com | |
| type | No | Single DNS record type | |
| types | No | Multiple DNS record types |