get_network_sites
List known sites in the PlatPhorm News network (*.platphormnews.com, *.ph3ar.com). Merges Redis overlay, root graph, base sitemap index, bootstrap fallback, and configured extras with source labels.
Schema and Policy
{
"name": "get_network_sites",
"description": "List known sites in the PlatPhorm News network (*.platphormnews.com, *.ph3ar.com). Merges Redis overlay, root graph, base sitemap index, bootstrap fallback, and configured extras with source labels.",
"inputSchema": {
"type": "object",
"properties": {
"vertical": {
"type": "string"
},
"mcpOnly": {
"type": "boolean"
},
"withApiDocs": {
"type": "boolean"
}
}
},
"category": "Network",
"authRequired": false,
"mutability": "read",
"status": "active"
}