mttr_breakdown_analyzer
ActiveTool of gapup-mcp
As a CTO, analyze your team's incident response efficiency by breaking down Mean Time To Recovery (MTTR) into root causes: code defects, infrastructure failures, or process bottlenecks. This tool ingests GitHub issue and pull request data alongside Snyk vulnerability reports to provide a detailed breakdown of MTTR components, helping you identify systemic weaknesses in your incident resolution pipeline. Input your GitHub repository details and time range to receive a structured analysis of MTTR contributors with actionable insights.
Parameters schema
{
"type": "object",
"required": [
"repo",
"since",
"until",
"githubToken"
],
"properties": {
"repo": {
"type": "string",
"description": "Full GitHub repository name (owner/repo)"
},
"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."
},
"since": {
"type": "string",
"format": "date-time",
"description": "Start date for analysis (ISO 8601)"
},
"until": {
"type": "string",
"format": "date-time",
"description": "End date for analysis (ISO 8601)"
},
"snykToken": {
"type": "string",
"description": "Snyk API token for vulnerability data (optional)"
},
"githubToken": {
"type": "string",
"description": "GitHub personal access token for API access"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries