Read Amp thread
read_amp_threadRetrieve Amp coding-agent threads by ID, @T-… mention, or URL as Markdown, with tail reads, tool-output filtering, pagination, and metadata options.
Instructions
Read an Amp coding-agent thread referenced by an Amp thread ID, @T-… mention, or ampcode.com URL. Supports tail reads, tool-output filtering, pagination, and lightweight metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Use metadata for a lightweight overview and latest conversation message. Defaults to full. | |
| limit | No | Maximum characters to return. Defaults to 100000. | |
| offset | No | Character offset at which to read. Negative values count from the end. Defaults to 0. | |
| thread | Yes | Amp thread ID, @T-… mention, or URL such as https://ampcode.com/threads/T-…. | |
| include_tool_outputs | No | Include raw tool result output. Defaults to true. | |
| max_tool_output_length | No | Truncate each raw tool result output to this many characters. |