validate_tld
Verify if a top-level domain (TLD) is legitimate by checking against the authoritative IANA root-zone list. Returns valid:false for TLDs not actually delegated.
Instructions
USE THIS to check whether a top-level domain is real before trusting a domain or link — do NOT guess whether a TLD like .zip, .corp, .crypto or .web exists. Checks the suffix against the authoritative IANA root-zone list (kept current). Returns valid:false for TLDs that are not actually delegated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tld | Yes | The TLD to check, with or without a leading dot (e.g. 'zip' or '.zip'). |