fetch_changelog
ActiveTool of io.github.lazymac2x/api-changelog-tracker
declared in 1.1.0
Fetch versioned changelog entries for a specific API (openai, anthropic, stripe, github, twilio, cloudflare, sendgrid, slack). Filter by date and breaking-only.
Parameters schema
{
"type": "object",
"required": [
"api_id"
],
"properties": {
"limit": {
"type": "number",
"description": "Max entries to return (default 10, max 50)"
},
"since": {
"type": "string",
"description": "Return entries on or after this date (ISO 8601)"
},
"api_id": {
"type": "string",
"description": "API identifier"
},
"breaking_only": {
"type": "boolean",
"description": "Return only entries with breaking changes"
}
}
}Parent server
io.github.lazymac2x/api-changelog-tracker
https://github.com/lazymac2x/api-changelog-tracker-api
1/7 registries