read_file
Read a project file's contents to inspect or retrieve code. Specify a path and optional start/end lines to target specific sections, with access confined to the project root.
Instructions
Read the contents of a project file. Paths are confined to the project root unless JAMBAVAN_ALLOW_OUTSIDE_ROOT=1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Project-relative or absolute file path | |
| end_line | No | Optional: 1-based end line | |
| start_line | No | Optional: 1-based start line |