Read an email
get_messageFetch a single email message by its ID. Returns subject, sender, date, web link, plain text body, and attachment metadata (names and sizes). Read-only.
Instructions
Read a single email message by id, returning subject, sender, receivedDateTime, webLink, the body (HTML converted to plain text by default), and attachment metadata (names/sizes only — no file contents). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The message id (from list_messages). | |
| format | No | Body format. 'text' converts HTML to plain text (default, token-efficient). | text |