get_transcript
Retrieve the most recent serial output from an open connection, including data already consumed or arrived between reads, to review or recover missed responses.
Instructions
Return the tail of everything received on a connection since it was opened.
This is a rolling record (last 256 KB) kept regardless of what the read tools consumed, so you can re-read output that an earlier call already returned or that arrived between calls. Also available as the MCP resource serial://transcript/{name}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | No | ||
| last_bytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |