read_file
Read text files from the workspace with optional line range selection.
Instructions
Read a text file from the workspace. Use list_files first to discover available files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path relative to the workspace root. | |
| endLine | No | Optional 1-based ending line. | |
| startLine | No | Optional 1-based starting line. |