view_file_source
Retrieve a specific line range from a file in a live source repository for code analysis or debugging.
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 |