mail_read_thread
Retrieve a bounded email thread from local Apple Mail data using message ID, local ID, or conversation ID, with options for body inclusion and formatting.
Instructions
Read a bounded local thread/conversation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max messages in thread (1-100). | |
| local_id | No | Local message ROWID. | |
| message_id | No | Message ID to find thread for. | |
| body_format | No | Body format: plain or html. | plain |
| include_bodies | No | Include message bodies. | |
| max_body_chars | No | Max body chars per message. | |
| conversation_id | No | Direct conversation ID. |