scan_file_content
Scan file content to extract code structure including classes, functions, and methods with precise line numbers, enabling efficient codebase exploration.
Instructions
Scan file content directly - USE THIS for remote files, GitHub, APIs instead of saving to disk first
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| filename | Yes | ||
| output_format | No | tree | |
| show_complexity | No | ||
| show_decorators | No | ||
| show_docstrings | No | ||
| show_signatures | No |