You're viewing a demo portfolio

Join the waitlist
PRSM

thinkneo_log_risk_avoidance

Active

Tool of ThinkNEO MCP Server

declared in 1.28.0

Log a risk event that was blocked or avoided by the governance layer. Quantifies the estimated dollar impact of the avoided risk. Examples: PII leak blocked (est. $50K GDPR fine), prompt injection prevented, policy violation caught before production. If estimated_impact_usd is not provided, a default is calculated from severity.

Parameters schema

{
  "type": "object",
  "title": "thinkneo_log_risk_avoidanceArguments",
  "required": [
    "risk_type"
  ],
  "properties": {
    "severity": {
      "type": "string",
      "title": "Severity",
      "default": "medium",
      "description": "Severity level: 'low', 'medium', 'high', 'critical'"
    },
    "risk_type": {
      "type": "string",
      "title": "Risk Type",
      "description": "Type: 'pii_leak', 'injection_blocked', 'policy_violation', 'spend_limit', 'compliance_breach', 'data_exfiltration'"
    },
    "workspace": {
      "type": "string",
      "title": "Workspace",
      "default": "default",
      "description": "Workspace identifier"
    },
    "agent_name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Agent Name",
      "default": null,
      "description": "Agent involved, if applicable"
    },
    "description": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Description",
      "default": null,
      "description": "Brief description of what was blocked"
    },
    "estimated_impact_usd": {
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "title": "Estimated Impact Usd",
      "default": null,
      "description": "Estimated cost if this risk had materialized in USD"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

ThinkNEO MCP Server

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

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