get_gmail_thread_content
Retrieve complete Gmail conversation threads with all messages in text, HTML, or raw format for analysis or archiving.
Instructions
Retrieves the complete content of a Gmail conversation thread, including all messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | Yes | The unique ID of the Gmail thread to retrieve. | |
| user_google_email | Yes | The user's Google email address. Required. | |
| body_format | No | Body output format. 'text' (default) returns plaintext (HTML converted to text as fallback). 'html' returns the raw HTML body as-is without conversion. 'raw' fetches each message's full raw MIME content and returns the base64url-decoded body. | text |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |