read_file
Read a file by relative path, with optional line offset and limit. Returns structured JSON content or indicates if file is unchanged.
Instructions
Read file. Returns {content, lines} or {unchanged:true, lines} if already read and unmodified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max lines | |
| offset | No | Start line (0-based) | |
| path | Yes | Relative path |