check_availability
Verify if a subdomain label is free under makes.fyi or agentdomains.co before claiming. Returns availability status with reasons: available, taken, or invalid.
Instructions
Check whether a subdomain label is free before claiming it. Requires no API key. Returns { label, domain, fqdn, available, reason } where reason is 'available', 'taken', or 'invalid' (with a 'detail' explaining why the label is not usable).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | The subdomain label, without the domain suffix (e.g. 'myapp' for myapp.makes.fyi). | |
| domain | No | Which domain to act under: 'makes.fyi' (the default) or 'agentdomains.co'. The same label can exist under each, so pass this whenever you are not using the default. |