Get one message
get_messageFetch a single email by UID to inspect its content, attachments, and security verdicts (SPF/DKIM/DMARC, injection/homoglyph signals). Optionally include the surrounding thread without changing read state.
Instructions
Fetches one message by UID and returns its headers and text body, fenced as untrusted content, together with a server-side security assessment (SPF/DKIM/DMARC verdicts, prompt-injection and homoglyph signals) and the list of its attachments. Does not change the read state. Set include_thread to also list the surrounding conversation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | IMAP UID of the message, as returned by the listing tools. | |
| mailbox | No | Mailbox (folder) name exactly as returned by list_mailboxes, e.g. "INBOX" or "INBOX/Archive". Defaults to the configured mailbox. | |
| include_thread | No | true also returns summaries of the other messages in the same conversation. |