slack_conversations_unreads
Retrieve Slack channels and DMs with unread messages, sorted by unread count in descending order, to prioritize conversations needing attention.
Instructions
Get channels and DMs with unread messages, sorted by unread count (highest first)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum conversations to return (default 50) | |
| types | No | Comma-separated types: im, mpim, public_channel, private_channel (default all) | im,mpim,public_channel,private_channel |