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
InactiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ThinkNEO MCP Server
https://github.com/thinkneo-ai/mcp-server
3/7 registries