domain_availability
Check if a domain name is available for registration. Returns a boolean to help you find an unregistered domain before attempting to register it.
Instructions
Check whether a domain name is available for registration. Returns a boolean indicating if the domain is available. Useful for finding an unregistered domain before attempting to register it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain name to check availability for (e.g. "example.com") |