Read mail thread
mail_read_threadRetrieve a full email thread in chronological order, oldest first, with clear separators between messages. Use after mail_search to read an entire conversation.
Instructions
Return every message in a thread, oldest first, with '--- [N/M] ---' separators.
Use this once mail_search has identified a thread_id and you need the conversation in order. For a single message, use mail_read_message instead. For a long thread, consider calling mail_thread_overview first: it shows one line per message (date, size, from, subject changes) so you can pick the one or two messages worth reading in full here, instead of pulling the whole thread.
Args: thread_id: A thread identifier as returned by mail_search (with or without the 'thread:' prefix). response_format: 'concise' (From/Date/Subject, short body) or 'detailed' (full headers, full body up to the configured limit).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | Yes | ||
| response_format | No | detailed |