messages_list_chats
Retrieve a list of available iMessage and SMS chats with optional participant details using macOS AppleScript integration.
Instructions
[iMessage operations] List available iMessage and SMS chats
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeParticipantDetails | No | Include detailed participant information |
Input Schema (JSON Schema)
{
"properties": {
"includeParticipantDetails": {
"default": false,
"description": "Include detailed participant information",
"type": "boolean"
}
},
"type": "object"
}