evaluate_agent_access
Evaluate whether an agent operation is public-safe or requires PLATPHORM_API_KEY.
Schema and Policy
{
"name": "evaluate_agent_access",
"description": "Evaluate whether an agent operation is public-safe or requires PLATPHORM_API_KEY.",
"inputSchema": {
"type": "object",
"properties": {
"operation": {
"type": "string"
},
"platformId": {
"type": "string"
}
},
"required": [
"operation"
]
},
"category": "Registry",
"authRequired": false,
"mutability": "read",
"status": "active"
}