read_file_content
Read file content by path, with optional start and end lines to retrieve specific sections of code or data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path to read | |
| end_line | No | Ending line number (1-based) | |
| start_line | No | Starting line number (1-based) |