get_subdomain_orchestration_profile
Get a unified profile for a subdomain: registry info, capabilities, and infrastructure links.
Schema and Policy
{
"name": "get_subdomain_orchestration_profile",
"description": "Get a unified profile for a subdomain: registry info, capabilities, and infrastructure links.",
"inputSchema": {
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "Subdomain to profile (e.g. fashion.platphormnews.com)"
}
},
"required": [
"domain"
]
},
"category": "Sites",
"authRequired": false,
"mutability": "read",
"status": "active"
}