read_file
Read a text file in chunks by specifying an offset and limit, retrieving only the required portion of content while preserving security and efficiency.
Instructions
Read a text file with limits
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| limit | No | ||
| offset | No |