safety_violation_incident_logger
ActiveTool of @gapup/mcp-knowledge
Logs AI safety violations for compliance reporting, targeting risk management personas. Accepts incident details such as violation type, severity, description, and timestamp. Returns structured data with compliance categorization based on NIST AI RMF guidelines. Ideal for automated incident tracking and regulatory reporting workflows.
Parameters schema
{
"type": "object",
"required": [
"violationType",
"severity",
"description",
"timestamp"
],
"properties": {
"async": {
"type": "boolean",
"description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
},
"metadata": {
"type": "object",
"additionalProperties": true
},
"severity": {
"enum": [
"low",
"medium",
"high",
"critical"
],
"type": "string"
},
"timestamp": {
"type": "string",
"format": "date-time"
},
"description": {
"type": "string",
"maxLength": 2000,
"minLength": 10
},
"violationType": {
"enum": [
"bias",
"privacy",
"security",
"robustness",
"explainability",
"other"
],
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries