Get Gmail Thread
gmail_get_threadRetrieve all messages in a Gmail conversation thread using its ID, with output as markdown or JSON.
Instructions
Get all messages in a conversation thread.
Args:
thread_id (string): The thread ID to retrieve
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: All messages in the thread with full content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | Yes | The ID of the thread to retrieve | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |