You're viewing a demo portfolio

Join the waitlist
PRSM

extract_todos

Active

Tool of IA-QA — 130+ QA & Dev Tools for AI Agents

declared in 1.0.0

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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

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
View full server →
extract_todos — IA-QA — 130+ QA & Dev Tools for AI Agents — PRSM MCP