read_file
Read a file's contents from your project by specifying its path. Optionally limit output to a specific line range for targeted inspection.
Instructions
Read the contents of a file in the project. Optionally limit output to a range of lines. Use list_files first if you are unsure of the file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_line | No | Last line to return (1-based, inclusive) | |
| filepath | Yes | Path to the file, relative to project root or absolute | |
| start_line | No | First line to return (1-based, inclusive) |