efs_read
Read files of any size with caching and pagination. Supports text/binary, offsets, Excel sheets and ranges, and extracts PDFs as markdown.
Instructions
Read file with caching and pagination. Supports any size, text/binary, offset/length. Excel: specify sheet/range. PDF: extracts as markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path | |
| range | No | Excel range like "A1:C100" (optional) | |
| sheet | No | Excel sheet name/index (optional) | |
| length | No | Amount to read (optional) | |
| offset | No | Start offset (optional) | |
| encoding | No | Text encoding (optional) |