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