list_conversations
Retrieve the current user's conversations, filtering by unread, starred, sent, archived, or all scopes. Filter by conversation IDs and include participant information.
Instructions
List conversations for the current user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | "unread", "starred", "sent", "archived", or "all" | unread |
| filter_ids | No | Conversation IDs to filter by | |
| filter_mode | No | "and" or "or" for filter_ids | and |
| include_all_ids | No | Include all participant IDs | |
| include_participants | No | Include participant info |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||