slack_conversations_unreads
Retrieve Slack channels and DMs with unread messages, sorted by unread count descending. Use type and limit filters to customize results.
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 |