discord_catch_up
Catch up on unread Discord conversations by retrieving latest messages from up to five channels, with per-conversation errors; if nothing is unread, lists recent conversations.
Instructions
"Look at my messages": walks the conversations with unread messages (up to max_channels, default 5) and returns their latest messages, with per-conversation errors if any and how many were left unprocessed. If nothing is unread, lists the recent conversations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format (default markdown) | |
| per_channel | No | Maximum messages per conversation (default 25) | |
| max_channels | No | Maximum conversations to read (default 5) |