You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.0).

thinkneo_policy_evaluate

Inactive

Tool of ThinkNEO MCP Server

declared in 1.28.0

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
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

ThinkNEO MCP Server

https://github.com/thinkneo-ai/mcp-server

3/7 registries
View full server →
thinkneo_policy_evaluate — ThinkNEO MCP Server — PRSM MCP