get_message
Retrieve a single email's plain-text body and metadata using its message ID. Optionally download and extract text from attachments.
Instructions
Fetch one message: full plain-text body plus metadata. Read-only.
Args: message_id: Graph message id (from search_messages or daily_briefing). include_attachments: Also download attachments and extract text locally from PDF / DOCX / XLSX (other types are listed only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | ||
| include_attachments | No |