resolve_domain
Resolve any domain or subdomain to its canonical site record.
Schema and Policy
{
"name": "resolve_domain",
"description": "Resolve any domain or subdomain to its canonical site record.",
"inputSchema": {
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "Domain to resolve"
}
},
"required": [
"domain"
]
},
"category": "Sites",
"authRequired": false,
"mutability": "read",
"status": "active"
}