tldr_extract
Extract comprehensive analysis of a file, including classes, functions, methods, and imports, for deep code understanding.
Instructions
Extract full file analysis (classes, functions, methods, imports). Use to deeply understand a single file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | File path to analyze | |
| class_filter | No | Filter to specific class | |
| method_filter | No | Filter to specific method (Class.method) | |
| function_filter | No | Filter to specific function |