list_federated_mcp_tools
List source-labeled remote MCP tools discovered from trusted PlatPhormNews MCP endpoints. Remote tools are not local callable tools unless delegated through policy.
Schema and Policy
{
"name": "list_federated_mcp_tools",
"description": "List source-labeled remote MCP tools discovered from trusted PlatPhormNews MCP endpoints. Remote tools are not local callable tools unless delegated through policy.",
"inputSchema": {
"type": "object",
"properties": {
"live": {
"type": "boolean"
},
"limit": {
"type": "number"
},
"concurrency": {
"type": "number"
},
"timeoutMs": {
"type": "number"
},
"query": {
"type": "string"
}
}
},
"category": "MCP Federation",
"authRequired": false,
"mutability": "read",
"status": "active"
}