get_debt_summary
No side effects on server state.
Get a quick summary of technical debt in a project.
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
path | string | ✅ | Absolute path to the project root directory |
Example
json
{
"name": "get_debt_summary",
"arguments": {
"path": "/abs/path/to/project"
}
}Generated from
TOOL_DEFINITIONSinsrc/server/tools.ts— do not edit by hand. Source: tools.ts.