read_file
Read file contents: returns full content for files under 200 lines, outline for longer files, and supports optional line ranges.
Instructions
Smart reader. <200L: full content. >200L: outline. Optional line range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Relative path to file (also accepts file_path) | |
| end_line | No | End line | |
| file_path | No | Alias for file | |
| start_line | No | Start line |