validate_domain
Check domain validity by verifying format, DNS A record, and MX presence. Identifies disposable domains and returns MX records, TLD, and cost.
Instructions
Validate a domain: format, DNS A record, and MX (not mailbox/SMTP).
Args: domain: Hostname or URL (e.g. "example.com" or "https://example.com/path")
Returns: dict with keys: valid, domain, format_valid, resolves, has_mx, mx_records, is_disposable, tld, cost_usd
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes |