Read a message
get_messageRetrieve a fully parsed email by ID from search results, including headers, decoded text body (truncated if large), and attachment details—names, types, and sizes—without returning attachment contents.
Instructions
Fully parse one message by its id (from search_messages): headers, decoded text body (truncated if huge), and attachment names/types/sizes. Attachment contents are never returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Message id from search results | |
| path | Yes | Path to an .mbox file (e.g. a Google Takeout export) or a directory of .eml files |