analyze_diff_bugs
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
declared in 1.0.0
Detect potential bugs and code smells from a git diff or two code versions. Returns a list of issues with severity levels and test suggestions.
Parameters schema
{
"type": "object",
"required": [
"version2"
],
"properties": {
"context": {
"type": "string",
"description": "Optional PR title or feature context for better analysis"
},
"version1": {
"type": "string",
"description": "Original code (before changes). If omitted, only the new version is analysed."
},
"version2": {
"type": "string",
"description": "New/modified code (after changes)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries