diff_text
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Compute a unified line-by-line diff between two text strings (LCS algorithm). Returns added/removed/unchanged line counts and formatted diff hunks with configurable context lines (0–20). Use to compare versions of prompts, configs, code snippets, or any text where you need to see exactly what changed.
Parameters schema
{
"type": "object",
"required": [
"a",
"b"
],
"properties": {
"a": {
"type": "string",
"description": "Original (before) text"
},
"b": {
"type": "string",
"description": "Modified (after) text"
},
"context": {
"type": "number",
"description": "Context lines around each change (0–20, default: 3)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries