mail_get_thread
Retrieve all messages in an email conversation, oldest first, with full bodies using a conversation ID. Understand complete thread context 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 |