read_output
Access stored tool output by unique ID; optionally restrict to a line range with start and end parameters.
Instructions
Read stored tool output with optional line range.
Parameters
output_id : str Unique ID of the stored output. start : int, default=0 Starting line number (0-indexed). end : int, default=-1 Ending line number (exclusive). If -1, read to end.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_id | Yes | ||
| start | No | ||
| end | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||