read_file
Retrieve file contents with control over encoding, byte offset, and read limit to access specific portions or decode data.
Instructions
Read file content with optional encoding and range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file to read | |
| limit | No | Maximum number of bytes to read | |
| offset | No | Byte offset to start reading from | |
| encoding | No | File encoding | utf8 |