Skip to content

slack

Slack workspace operations via the Slack Web API with Bot Token authentication. Read, send, and manage messages across channels and DMs.

Tools: 16 | Auth: Slack Bot Token

Reading

ToolDescription
get_statusCheck bot connection and workspace info
list_channelsList channels the bot can access
list_dmsList DM conversations with the bot
get_messagesGet message history from a channel or DM
get_threadGet a full thread with all replies
get_unread_dmsGet unread DMs across all conversations

Sending

ToolDescription
send_messageSend a message to a channel or DM
reply_in_threadReply to a message in its thread
send_dmOpen a DM with a user and send a message
update_messageEdit a previously sent message
upload_fileUpload a file to a channel or DM

Actions

ToolDescription
add_reactionAdd an emoji reaction to a message
remove_reactionRemove an emoji reaction from a message
mark_readMark a conversation as read up to a timestamp

Users

ToolDescription
list_usersList workspace members
get_userGet details for a specific user

Varia