read
Retrieve output from a specified Claude instance. Control how many lines to read and optionally stream new output.
Instructions
Read output from a Claude instance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instanceId | Yes | ID of the target instance | |
| lines | No | Number of lines to read (default: 50) | |
| follow | No | Stream output (default: false) |