Read file
read_fileRead text file contents from a configured scope, optionally restricting output to a line range. Provides controlled file access for development tools.
Instructions
Read a text file inside the configured scope. Optionally restrict to a line range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path from the configured scope root | |
| startLine | No | 1-based, inclusive. Returns from this line onwards. | |
| endLine | No | 1-based, inclusive. Returns up to and including this line. |