check_domain
Verify domain availability and explore alternatives. Check exact domains or search across popular TLDs with clear, actionable results. Ideal for finding and securing the right web address.
Instructions
Check domain availability.
Usage examples:
- "mysite.com --domain" - checks exact domain
- "mysite --domain" - checks mysite across all popular TLDs
- "test.io --domain" - checks test.io exactly, plus test across all TLDs
Args:
domain_query (str): Domain to check with --domain flag
Returns:
Dict containing availability results for the domain and suggested alternatives
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain_query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain_query": {
"title": "Domain Query",
"type": "string"
}
},
"required": [
"domain_query"
],
"title": "check_domainArguments",
"type": "object"
}