gmail_thread_read
Retrieve a complete Gmail conversation by thread ID, including all messages and attachments. Automatically truncates oversized threads with a marker to prevent response limits. Read-only operation.
Instructions
Read a full Gmail thread (conversation) by id, including every message in it. A thread is N messages, each potentially carrying attachments — the single highest-risk payload on the whole Gmail surface for exceeding the response size limit, so large threads are automatically truncated with a marker. Read-only. Mirrors omni-dev gmail thread. Output is YAML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Selects a named Gmail account instead of the ambient `--account`/`OMNI_DEV_GMAIL_ACCOUNT` resolution — e.g. `work`. Omit to use the resolved default account (or the legacy single-account credentials, if no named accounts are configured). Call `gmail_account_list` to discover configured names. | |
| thread_id | Yes | Gmail thread id. Required. |