list_chats
List the most recent iMessage conversations, returning each chat's identifier, display name, and last message time. Use the limit parameter to control the number of results (max 200).
Instructions
List the most recently active conversations.
Returns each chat's identifier (phone/email or group id), display name,
and the time of its last message. Use the chat_identifier or guid
with get_messages or send_to_chat. limit is capped at 200.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |