analyze_file
No side effects on server state.
Analyze a single file for technical debt issues.
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
path | string | ✅ | Absolute path to the file to analyze |
Example
json
{
"name": "analyze_file",
"arguments": {
"path": "/abs/path/to/project"
}
}Generated from
TOOL_DEFINITIONSinsrc/server/tools.ts— do not edit by hand. Source: tools.ts.