read_file_code
Read file contents with configurable encoding and line ranges for targeted code inspection.
Instructions
Read the contents of a file with optional encoding and line range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The path to the file to read | |
| endLine | No | End line number (1-based, optional) | |
| encoding | No | File encoding (utf8, base64, etc.) | utf8 |
| startLine | No | Start line number (1-based, optional) | |
| maxCharacters | No | Maximum character count (default: 100,000) |