scan_file_content
Scan file content directly to analyze source code structure, extracting classes, functions, and metadata with line numbers, ideal for remote files and APIs without saving to disk.
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 |