slack_read_channel_messages
Fetch all messages from a Slack channel to view conversation history.
Instructions
Read messages from a Slack channel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- server.js:79-79 (registration)Tool 'slack_read_channel_messages' is registered in the TOOLS array with description 'Read messages from a Slack channel'. It is registered via the generic loop (lines 106-110) which calls server.tool() for each entry, but the actual handler is a stub placeholder returning an inspection message.
["slack_read_channel_messages", "Read messages from a Slack channel"],