Check_domain_availability
Determine domain name availability by submitting a query. Quickly verify if a desired domain is ready for registration through the API-Market MCP Server.
Instructions
Submit a domain name to check its availability.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain_name | No |
Input Schema (JSON Schema)
{
"properties": {
"domain_name": {
"type": "string"
}
},
"type": "object"
}