get_thread
Fetch a full email thread by ID, including headers, plaintext and HTML bodies, and attachment metadata. Use after search to read thread content without marking it as read.
Instructions
Fetch a full thread by ID: headers, plaintext + HTML bodies, and attachment metadata. USE WHEN: reading a thread's content after finding it via search. DO NOT USE: with a message ID — this takes thread IDs. SIDE EFFECTS: none (does not mark as read).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | ||
| threadId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messages | Yes | ||
| threadId | Yes |