Get a Gmail thread
get_threadRetrieve a complete Gmail thread by its ID, including all message headers and decoded body text.
Instructions
Fetch a full Gmail thread by thread ID, including every message's headers and decoded body text. Use search_threads first to find the thread ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | The Gmail address to operate on. Must be one of the accounts returned by list_accounts. If you don't know which account to use, call list_accounts first and ask the user if ambiguous. | |
| threadId | Yes | The Gmail thread ID, from search_threads. |