list_conversations
Retrieve your GroupMe conversations, sorting groups and direct messages by recent activity. Includes message previews and member counts, plus the IDs needed to read messages or fetch context.
Instructions
List the user's GroupMe conversations, most recently active first.
Use this first, whenever you need to find a conversation or the ids the
other tools take: it merges groups and direct-message chats into one
recency-sorted list with last-message previews and member counts. Every
entry carries the group_id or other_user_id that read_messages
and get_conversation_context need.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Which conversations to include - ``"groups"``, ``"dms"``, or ``"all"`` (default). | all |
| limit | No | Maximum conversations to return (1-100). | |
| response_format | No | ``"concise"`` (default) for names, previews, and relative ages; ``"detailed"`` adds descriptions, share URLs, creator ids, and ISO timestamps. | concise |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| count | Yes | ||
| conversations | Yes |