extract_todos
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Extract TODO, FIXME, HACK, BUG, NOTE, OPTIMIZE, and custom tags from any source code or text. Returns line numbers, tag types, and message text. Essential for technical debt auditing.
Parameters schema
{
"type": "object",
"required": [
"input"
],
"properties": {
"tags": {
"type": "array",
"items": {
"type": "string"
},
"description": "Custom tags to add (default set: TODO, FIXME, HACK, NOTE, BUG, OPTIMIZE, XXX)"
},
"input": {
"type": "string",
"description": "Code or text to scan"
},
"include_context": {
"type": "boolean",
"description": "Include full line text (default: true)"
}
}
}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