get_capability
Get one canonical capability by tool name, resource URI/name, or prompt name.
Schema and Policy
{
"name": "get_capability",
"description": "Get one canonical capability by tool name, resource URI/name, or prompt name.",
"inputSchema": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Capability id, tool name, resource URI, resource name, or prompt name"
}
},
"required": [
"id"
]
},
"category": "Registry",
"authRequired": false,
"mutability": "read",
"status": "active"
}