list_conversations
Retrieve message conversation IDs, participants, and previews for a school. Use with get_conversation to read full conversations.
Instructions
List message conversations for a school. Returns conversation IDs, participants, and previews.
To read a full conversation, call get_conversation with BOTH the same school_id used here AND the chat_id shown in the results.
Args: school_id: School ID (use list_schools to find available IDs)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| school_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |