read_file
Read a text file from a given path, optionally specifying a starting line and maximum lines to retrieve.
Instructions
Read a text file with optional line-range slicing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| offset | No | 0-indexed starting line. Default 0. | |
| limit | No | Max lines to return. Default 2000. |