validate_capability
Validate that a capability exists in the canonical registry and has public/protected classification.
Schema and Policy
{
"name": "validate_capability",
"description": "Validate that a capability exists in the canonical registry and has public/protected classification.",
"inputSchema": {
"type": "object",
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
]
},
"category": "Registry",
"authRequired": false,
"mutability": "read",
"status": "active"
}