get_sqale_metrics
No side effects on server state.
Get SQALE technical debt metrics including remediation time, debt ratio, and rating.
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
path | string | ✅ | Absolute path to the project root directory |
developmentTime | number | — | Optional: estimated development time in hours for debt ratio calculation |
Example
json
{
"name": "get_sqale_metrics",
"arguments": {
"path": "/abs/path/to/project"
}
}Generated from
TOOL_DEFINITIONSinsrc/server/tools.ts— do not edit by hand. Source: tools.ts.