mail_get_thread
Fetch an entire email conversation by ID, returning full message bodies oldest first. Use it to read the complete discussion before replying or summarizing.
Instructions
Read every message in one email conversation, oldest first, given a conversation id from any of the mail listing tools. Returns full message bodies rather than previews, so it is the tool for understanding what was actually discussed before replying or summarising. Requires Mail.Read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | Maximum messages in the thread to return | |
| conversation_id | Yes | The email conversationId to fetch all messages in the thread |