get_thread_by_id
Fetch the complete normalized thread with all messages, participants, labels, and full metadata. Use when you need the entire thread for comprehensive analysis.
Instructions
Fetch the complete normalized thread record from the local index, including all messages, participants, labels, and full metadata. Use when you need all messages in a thread. Prefer get_thread_brief for a summarized quick view that avoids returning the full message list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threadId | Yes | Thread id from get_threads. |