get_chat_messages
Read messages from one Apple Messages conversation, oldest-first. Fetch chat history by chat_id, set limit, or use before_id to page back to older messages.
Instructions
Read messages from one conversation, returned oldest-first.
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:
chat_id: Conversation id from list_chats.
limit: Maximum messages to return (default 50).
before_id: Return messages older than this message id, to page back
through history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| chat_id | Yes | ||
| before_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |