detect_breaking_changes
ActiveTool 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"
}
}
}Parent server
io.github.lazymac2x/api-changelog-tracker
https://github.com/lazymac2x/api-changelog-tracker-api
1/7 registries