SLACK_TEAM_ID
: (e.g. T01234567)SLACK_CHANNEL_IDS
: (e.g. C01234567, C76543210)SLACK_BOT_TOKEN
: (e.g. xoxb-your-bot-token)test
containing the Slack MCP server.Tool | Short Description |
---|---|
slack_add_reaction | Add a reaction emoji to a message |
slack_get_channel_history | Get recent messages from a channel |
slack_get_thread_replies | Get all replies in a message thread |
slack_get_user_profile | Get detailed profile information for a specific user |
slack_get_users | Get a list of all users in the workspace with their basic profile information |
slack_list_channels | List public or pre-defined channels in the workspace with pagination |
slack_post_message | Post a new message to a Slack channel |
slack_reply_to_thread | Reply to a specific message thread in Slack |
channel_id
(string
): ID of the channel with the messagereaction
(string
): Name of the emoji reaction (no colons)timestamp
(string
): Timestamp of the messagechannel_id
(string
): ID of the channellimit
(number
, optional): Number of messages (default 10)channel_id
(string
): ID of channel containing the threadthread_ts
(string
): Timestamp of the parent message (e.g. 1234567890.123456
)user_id
(string
): The user’s Slack IDcursor
(string
, optional): Pagination cursorlimit
(number
, optional): Maximum users (default 100, max 200)cursor
(string
, optional): Pagination cursorlimit
(number
, optional): Maximum channels (default 100, max 200)channel_id
(string
): ID of the channeltext
(string
): Message textchannel_id
(string
): ID of the channeltext
(string
): Reply textthread_ts
(string
): Timestamp of parent message