ReadFiles
Read full file contents by passing absolute paths, allowing extraction of specific line ranges for targeted review.
Instructions
Read full file content of one or more files.
Provide absolute paths only (~ allowed)
Only if the task requires line numbers understanding:
You may extract a range of lines. E.g.,
/path/to/file:1-10for lines 1-10. You can drop start or end like/path/to/file:1-or/path/to/file:-10
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_paths | Yes |