get_threads
Retrieve normalized email threads grouped by subject and participants into conversations from the local mailbox index.
Instructions
Return normalized email threads from the local mailbox index, grouping individual messages into conversations by subject and participants. Use to view mail as threads rather than individual messages. Prefer get_actionable_threads when you want threads prioritized by reply urgency. Prefer get_inbox_digest for an executive-summary view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Free-text filter across subject, participants, and labels. | |
| label | No | Require a normalized label on the thread. | |
| limit | No | Maximum threads to return. |