fs_read
Read file contents from a given path, with an optional maximum number of lines.
Instructions
Read file contents
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path to read | |
| max_lines | No | Maximum number of lines to read (default: 1000) |