thinkneo_policy_evaluate
InactiveTool of ThinkNEO MCP Server
Evaluate a request context against all active policies. Returns whether the request is allowed, which policies were violated, and what effect each violation triggers. Use this before executing agent actions to enforce governance rules. Requires authentication.
Parameters schema
{
"type": "object",
"title": "thinkneo_policy_evaluateArguments",
"required": [
"context"
],
"properties": {
"context": {
"type": "object",
"title": "Context",
"description": "Request context to evaluate. Fields: 'model' (e.g., 'gpt-4o'), 'provider' (e.g., 'openai'), 'cost' (e.g., 15000), 'task_type' (e.g., 'legal_analysis'), 'agent_name' (e.g., 'finance-agent'), 'data_classification' (e.g., 'pii', 'public', 'confidential'), 'action' (e.g., 'approve_payment'). Example: {\"cost\": 15000, \"action\": \"approve_payment\", \"agent_name\": \"finance-bot\"}",
"additionalProperties": true
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ThinkNEO MCP Server
https://github.com/thinkneo-ai/mcp-server
3/7 registries