Skip to content

get_sqale_metrics

read-only No side effects on server state.

Get SQALE technical debt metrics including remediation time, debt ratio, and rating.

Arguments

ArgumentTypeRequiredDescription
pathstringAbsolute path to the project root directory
developmentTimenumberOptional: estimated development time in hours for debt ratio calculation

Example

json
{
  "name": "get_sqale_metrics",
  "arguments": {
    "path": "/abs/path/to/project"
  }
}

Generated from TOOL_DEFINITIONS in src/server/tools.ts — do not edit by hand. Source: tools.ts.