read
View a text file from the server root and display its contents with line numbers. Supports starting at a specific offset and limiting output to a set number of lines.
Instructions
Read a text file and return its contents with cat-style line numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path relative to the server root | |
| limit | No | Maximum number of lines to return | |
| offset | No | 0-indexed starting line number |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |