You're viewing a demo portfolio

Join the waitlist
PRSM

detect_breaking_changes

Active

Tool of io.github.lazymac2x/api-changelog-tracker

declared in 1.1.0

Detect breaking changes across one or multiple APIs. Filter by severity (critical, high, medium, low) and date. Omit api_id to scan all APIs.

Parameters schema

{
  "type": "object",
  "properties": {
    "since": {
      "type": "string",
      "description": "Only include changes on or after this date (ISO 8601)"
    },
    "api_id": {
      "type": "string",
      "description": "Single API identifier. Omit to scan all."
    },
    "api_ids": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Multiple API identifiers"
    },
    "severity": {
      "enum": [
        "critical",
        "high",
        "medium",
        "low"
      ],
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.lazymac2x/api-changelog-tracker

https://github.com/lazymac2x/api-changelog-tracker-api

1/7 registries
View full server →
detect_breaking_changes — io.github.lazymac2x/api-changelog-tracker — PRSM MCP