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_value_log_risk

Inactive

Tool of ThinkNEO MCP Server

declared in 1.28.0

Log a risk assessment to the ThinkNEO governance store. Records identified risks with severity for audit and mitigation tracking.

Parameters schema

{
  "type": "object",
  "title": "thinkneo_value_log_riskArguments",
  "required": [
    "risk_type",
    "severity",
    "description"
  ],
  "properties": {
    "severity": {
      "type": "string",
      "title": "Severity",
      "description": "Severity: critical, high, medium, low"
    },
    "risk_type": {
      "type": "string",
      "title": "Risk Type",
      "description": "Risk type: data-leak, bias, hallucination, compliance-gap, cost-overrun, security"
    },
    "workspace": {
      "type": "string",
      "title": "Workspace",
      "default": "default",
      "description": "Workspace name or ID"
    },
    "description": {
      "type": "string",
      "title": "Description",
      "description": "Description of the identified risk"
    }
  }
}

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_value_log_risk — ThinkNEO MCP Server — PRSM MCP