get_recommendations
No side effects on server state.
Get prioritized recommendations for addressing technical debt.
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
path | string | ✅ | Absolute path to the project root directory |
limit | integer min: 1 | — | Optional: maximum number of recommendations to return (default: 5, minimum: 1) |
Example
json
{
"name": "get_recommendations",
"arguments": {
"path": "/abs/path/to/project"
}
}Generated from
TOOL_DEFINITIONSinsrc/server/tools.ts— do not edit by hand. Source: tools.ts.