list_conversations
Retrieve message conversations for a school, returning IDs, participants, and previews. Pair with get_conversation to access full chat details.
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 |