StacksFinder

get_audit

Fetch an existing tech debt audit report by ID. Returns findings with severity (critical/high/medium/low/info) and actionable suggestions.

Remote hoklims/stacksfinder-mcp

Other tools also called get_audit? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "auditId": {
      "type": "string",
      "description": "Audit report UUID"
    }
  }
}