Gmail Thread Content
get_gmail_thread_contentRetrieve the complete content of a Gmail conversation thread, including all messages, by providing the thread ID.
Instructions
Retrieve the complete content of a Gmail conversation thread with all messages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | Yes | The unique Gmail thread ID to retrieve the complete conversation | |
| user_google_email | No | Use 'me' or 'myself' for auto-resolution to authenticated user, or provide specific email address. If None, uses current authenticated user (auto-injected by middleware). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| success | Yes | ||
| messages | Yes | ||
| thread_id | Yes | ||
| userEmail | Yes | ||
| message_count | Yes | ||
| thread_subject | Yes |