Skip to content

get_recommendations

read-only No side effects on server state.

Get prioritized recommendations for addressing technical debt.

Arguments

ArgumentTypeRequiredDescription
pathstringAbsolute path to the project root directory
limitinteger min: 1Optional: maximum number of recommendations to return (default: 5, minimum: 1)

Example

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

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