Read a message
get_messageReturns headers, sanitized text body and the attachment list of one message. Body is truncated to the configured limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | uid from search_messages | |
| folder | No | Folder/label path. Defaults to All Mail on Gmail, INBOX elsewhere. | |
| account | Yes | Account id from list_accounts | |
| max_chars | No | ||
| include_quoted | No | Keep quoted replies (default false) |