slack_conversations_unreads
List Slack channels and direct messages with unread messages, sorted by unread count from highest to lowest. Filter by conversation types and set a maximum number of results.
Instructions
Get channels and DMs with unread messages, sorted by unread count (highest first)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| types | No | Comma-separated types: im, mpim, public_channel, private_channel (default all) | im,mpim,public_channel,private_channel |
| limit | No | Maximum conversations to return (default 50) |