Read email
get_gmail_messageFetch one Gmail message by its id from the user's connected mailbox, including the full plain-text body (rare header-only connections get headers and the snippet instead). Use this to read a message found via search_gmail_messages (which returns ids and snippets only), or when a triggering event hands you a Gmail message_id to analyze.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Email address of the connected mailbox holding the message. Omit to try all connected mailboxes. | |
| message_id | Yes | The Gmail message id. |