Get a Gmail message
get_messageFetch a Gmail message by ID and get its decoded body content along with attachment filenames and sizes.
Instructions
Fetch a single Gmail message by ID, including decoded plain-text/HTML body and attachment metadata (filenames and sizes, not the attachment contents themselves).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | The Gmail address to operate on. Must be one of the accounts returned by list_accounts. If you don't know which account to use, call list_accounts first and ask the user if ambiguous. | |
| messageId | Yes | The Gmail message ID. |