get_message
Read a single Apple Messages message by ID to view its full text, attachments, and delivery times.
Instructions
Read one message in full, including attachments and delivery times.
In Claude the result renders as an inline card, so don't repeat its contents in your reply — a one-line summary or the answer to the user's question is enough.
Args:
message_id: Message id from search_messages or get_chat_messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| date | No | ||
| guid | Yes | ||
| text | No | ||
| sender | No | ||
| chat_id | No | ||
| is_read | No | ||
| service | No | ||
| tapback | No | ||
| chat_name | No | ||
| date_read | No | ||
| is_edited | No | ||
| is_unsent | No | ||
| is_from_me | No | ||
| attachments | No | ||
| sender_name | No | ||
| reply_to_guid | No | ||
| date_delivered | No | ||
| has_attachments | No |