read_thread
Read a complete email thread in chronological order by supplying the first message's ID.
Instructions
Read all messages in a conversation thread. Given a thread_id (the ID of the first message), fetches all related messages and returns them in chronological order. Use list_threads first to get thread IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | Yes | ID of the thread's first message (from list_threads output) | |
| folder | No | Folder name (default: INBOX) | |
| account | No | Account name (uses default if omitted) |