get_chunk_tool
Extract a line-range slice from a file. Provide a file path and optional start/end line numbers to retrieve the exact code segment needed for review or analysis.
Instructions
Retrieve a line-range slice from a file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_line | No | ||
| file_path | Yes | ||
| repo_root | No | ||
| start_line | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||