scan_file_content
Scan file content directly from remote sources, GitHub, or APIs to extract classes, functions, and metadata with line numbers for efficient code analysis.
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 |