ai_act_incident_response
ActiveTool of gapup-mcp
Generates EU AI Act incident response playbooks with regulator notification templates for risk management teams. Inputs include incident severity, AI system type, and affected stakeholders. Outputs structured playbook steps, regulator notification drafts, and compliance checklists. Essential for high-risk AI system breaches requiring formal EU notification — pass async:true REQUIRED to avoid x402 timeout. Keywords: AI Act compliance, incident response, regulator notification, risk management, ISO 27035, NIST SP 800-61.
Parameters schema
{
"type": "object",
"required": [
"incident_type",
"severity"
],
"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."
},
"severity": {
"enum": [
"low",
"medium",
"high",
"critical"
],
"type": "string"
},
"incident_type": {
"enum": [
"bias",
"safety_failure",
"data_breach",
"model_failure",
"other"
],
"type": "string"
},
"ai_system_type": {
"enum": [
"high_risk",
"limited_risk",
"minimal_risk"
],
"type": "string"
},
"incident_description": {
"type": "string"
},
"affected_stakeholders": {
"type": "array",
"items": {
"type": "string"
}
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries