You're viewing a demo portfolio

Join the waitlist
PRSM

mttr_breakdown_analyzer

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

@gapup/mcp-knowledge

https://github.com/getgapup/gapup-mcp

2/7 registries
View full server →
mttr_breakdown_analyzer — @gapup/mcp-knowledge — PRSM MCP