Skip to main content
When called from a Slack conversation, the tool description includes the current channel_id, thread_id, and team_id. These are used as defaults when not specified.

Parameters

string
Slack channel ID to read from. Omit to use the current conversation’s channel.
string
Slack workspace team ID. Omit to use the current conversation’s workspace.
string
Parent message timestamp to read thread replies. Omit for channel-level messages.
string
Slack timestamp — fetch messages before this time.
string
Slack timestamp — fetch messages after this time.
string
Pagination cursor from a previous response’s next_cursor.
number
default:50
Number of messages to return (1–100, default 50).