analyze_file
Analyze any file by providing a file path and a question. The tool uses local AI to generate structured findings on security, bugs, performance, or architecture, saving tokens by not sending full content to external models.
Instructions
Local LLM File Analysis - Reads and analyzes files using local LLM. Claude never sees full file content, only structured findings. Token savings: 2000+ to ~150 tokens per file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the file to analyze | |
| question | Yes | Question about the file (e.g., "What are the security vulnerabilities?") | |
| options | No |