read_email
Fetch the full content of a specific email message from your account. Get the body in plaintext for easy reading or raw HTML for formatting.
Instructions
Fetch a single message with its body.
Args:
message_id: Provider message id from list_emails.
account: Account label (see list_email_accounts).
folder: Folder / label. Default INBOX.
format: 'text' (default) renders HTML bodies to plaintext — the
LLM-friendly default. 'html' keeps raw HTML. 'both' returns a
body_html field alongside plaintext body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | ||
| account | No | ||
| folder | No | INBOX | |
| format | No | text |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||