read_file_range
Retrieve a specified line range from a workspace-relative UTF-8 text file to review code or planning context while keeping access read-only and sandboxed.
Instructions
Read a bounded line range from one allowed workspace-relative UTF-8 text file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| endLine | No | ||
| maxBytes | No | ||
| maxLines | No | ||
| startLine | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| bytes | Yes | ||
| content | Yes | ||
| endLine | Yes | ||
| startLine | Yes | ||
| truncated | Yes | ||
| totalLines | Yes |