Slack MCP Connector: Add support for mark-as-read (conversations.mark)
Status Closed — not planned
Maintainer reply None cached
Activity 2 comments · opened May 16, 2026 · closed Jun 15, 2026
Feature Request
Currently the Slack MCP connector does not expose conversations.mark, which would allow marking messages or channels as read.
Use case
A Slack triage agent reads all unread messages, categorizes them into 'important' and 'nice to know', summarizes both in chat, and then automatically marks 'nice to know' messages as read — reducing notification noise for the user.
Requested addition
slack_mark_as_readwrapping Slack'sconversations.markAPI endpoint — mark a channel (or up to a specific message timestamp) as read
Why this matters
Without this, triage automation can summarize messages but cannot close the loop by clearing low-priority notifications. The mark-as-read action is what makes the workflow feel complete rather than just informational.
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗