Browse native MCP readiness · alias: mcp.list-native-mcp-readiness
list_native_mcp_readiness
List the source-owned native MCP readiness and remediation worklist for every trusted site. Delegation and OpenAPI/graph adapters remain explicitly separate from native implementation status.
mcppublic readread
1. Fill the arguments
The schema is authoritative. Do not infer parameters from the alias.
{
"type": "object",
"properties": {
"scope": {
"type": "string",
"enum": [
"all",
"unresolved"
]
},
"host": {
"type": "string"
},
"status": {
"type": "string",
"enum": [
"native_active",
"native_protected",
"native_degraded",
"native_invalid",
"native_missing",
"delegated_resolved",
"delegated_protected",
"delegated_broken",
"blocked",
"not_probed"
]
},
"live": {
"type": "boolean"
}
}
}2. Call the canonical name
POST this JSON-RPC envelope to https://mcp.platphormnews.com/mcp.
{
"jsonrpc": "2.0",
"id": "call-1",
"method": "tools/call",
"params": {
"name": "list_native_mcp_readiness",
"arguments": {}
}
}