analyze_file
Analyze a local file by asking a specific question. Returns structured insights without revealing full content, reducing token usage significantly.
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 |