check_slack_inbox
Read unread Slack messages that @mentioned the bot to catch up on missed requests. Returns each message with its channel ID for replying.
Instructions
Read Slack messages that @mentioned the bot and have not been read yet. Use this when the session cannot receive channel notifications (started without --channels), or to catch up on anything missed. Each message comes back with its channel id, so you can reply with send_slack_message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| peek | No | Read without marking the messages as read. Default false. |