crawl_site_capabilities
Crawl and index tools, resources, and prompts from all MCP-enabled sites in the network.
Schema and Policy
{
"name": "crawl_site_capabilities",
"description": "Crawl and index tools, resources, and prompts from all MCP-enabled sites in the network.",
"inputSchema": {
"type": "object",
"properties": {
"siteId": {
"type": "string"
}
}
},
"category": "Sites",
"authRequired": true,
"mutability": "read",
"status": "auth_required"
}