gmail_read_thread
Read a Gmail thread by providing a thread ID or message ID. Optionally limit response to the most recent messages.
Instructions
Read a Gmail thread. Pass thread_id for legacy behavior, or id plus id_type=message/thread. max_messages returns the most recent N messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Gmail message ID or thread ID | |
| account | No | Email or alias (uses active account if omitted) | |
| id_type | No | Interpret id as message or thread; defaults to thread | |
| thread_id | No | Legacy Gmail thread ID | |
| max_messages | No |