Get one Gmail thread as a clean transcript
multi_gmail_get_threadLoad and read a Gmail thread's plain-text messages with options to control format, quoted text removal, and number of latest messages. Use after fetching thread list.
Instructions
Load one Gmail thread at a time (use after fetch mode=list). format=full (default) returns plain-text message bodies. Use stripped=false to read the full email; stripped=true removes quoted reply history when drafting in multi-message threads. format=latest trims to first + latestN messages. Present message.text verbatim to the user — do not summarize. Call separately per thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threadId | Yes | ||
| format | No | full | |
| latestN | No | ||
| stripped | No | ||
| includeRaw | No | ||
| accountAlias | No | ||
| chatScope | No |