Evaluate agent access · alias: mcp.evaluate-agent-access
evaluate_agent_access
Evaluate whether an agent operation is public-safe or requires PLATPHORM_API_KEY.
mcppublic readread
1. Fill the arguments
The schema is authoritative. Do not infer parameters from the alias.
{
"type": "object",
"properties": {
"operation": {
"type": "string"
},
"platformId": {
"type": "string"
}
},
"required": [
"operation"
]
}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": "evaluate_agent_access",
"arguments": {}
}
}