get_message
Fetch complete details for a message or notification using its numeric ID, returning subject, body, linked appointments, and attachment URIs.
Instructions
Get full detail for a message/notification by ID.
The response includes the subject, body, linked events (appointments), and attachment URIs. Use get_document_content(uri) or download_document(uri) with any uri values found in the response to access the actual documents.
Args: message_id: Numeric message ID (from list_timeline or list_notifications).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes |