registrobr-domain-check
Verify the status and availability of .br domain names in Brazil. Use this tool to check if a specific domain is registered or free for registration, ensuring accurate domain management.
Instructions
Check the status and availability of a .br domain name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name to check (with or without .br extension) |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"domain": {
"description": "Domain name to check (with or without .br extension)",
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
}