domains.check_availability
ActiveTool of Vee3
declared in 1.27.1
Check domain name availability for up to ten domains in one request. Returns a JSON object whose keys are the requested domain names and whose values are booleans: true if the domain appears available, false if it is taken. Cost = 5 tokens.
Parameters schema
{
"type": "object",
"title": "check_domain_availabilityArguments",
"required": [
"domains"
],
"properties": {
"domains": {
"type": "array",
"items": {
"type": "string"
},
"title": "Domains",
"maxItems": 10,
"minItems": 1,
"description": "Domain names to check (maximum 10)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries