get_email_content
Retrieve full email content by UID from any folder, converting the body to clean Markdown by default to reduce token usage.
Instructions
Fetch full email content by UID from a folder. Body is converted to clean Markdown by default to optimize token usage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | UID of the email to retrieve | |
| folder | No | Folder where the email resides | INBOX |
| format | No | Content format preference | markdown |