view_file_source
Read a specific range of lines from a source file in a live repository, enabling precise code inspection and analysis.
Instructions
[CODE TOOLS] Read a precise line range from the live source repository ("The Scalpel"). Requires SOURCE_ROOT to be configured in project/.settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path to the file from SOURCE_ROOT | |
| project | Yes | Project name | |
| end_line | Yes | Last line to retrieve (1-based) | |
| start_line | Yes | First line to retrieve (1-based) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |