search
ActiveTool of io.github.lazymac2x/api-changelog-tracker
declared in 1.1.0
Full-text search across all changelog entries. Searches title, summary, and change descriptions.
Parameters schema
{
"type": "object",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"description": "Search query"
},
"limit": {
"type": "number",
"description": "Max results (default 20, max 100)"
},
"api_id": {
"type": "string",
"description": "Limit search to a specific API"
},
"breaking_only": {
"type": "boolean",
"description": "Return only breaking change entries"
}
}
}Parent server
io.github.lazymac2x/api-changelog-tracker
https://github.com/lazymac2x/api-changelog-tracker-api
1/7 registries