Check domain availability
check_domain_availabilityChecks if a domain name is available for registration by validating the TLD and querying WHOIS.
Instructions
Check whether a domain name is available for registration. Provide the name and TLD separately (e.g. name "mybrand", tld "ai"). Returns availability, whether the TLD is valid, and which lookup method (usually WHOIS) was used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tld | Yes | The top-level domain, e.g. "ai", "com", "io". A leading dot (".ai") is accepted. | |
| name | Yes | The domain name without the TLD or a leading dot, e.g. "mybrand". Do not pass a full URL. |