fs_read
Read file content with line-based pagination, specifying start line and max lines to return, along with total line count and file size.
Instructions
Read a file with pagination. Returns content, total lines, and file size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path (absolute or relative to project root) | |
| limit | No | Max lines to return (max 2000) | |
| offset | No | Starting line (1-indexed) |