read_file
Access file content in a shared project by specifying a path, optionally limiting to a start and end line for focused reading.
Instructions
Read the contents of a file in the shared project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative file path from project root | |
| end_line | No | End line number (1-based) | |
| start_line | No | Start line number (1-based) |