Appearance
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
| Tool | Description |
|---|---|
get_status | Check bot connection and workspace info |
list_channels | List channels the bot can access |
list_dms | List DM conversations with the bot |
get_messages | Get message history from a channel or DM |
get_thread | Get a full thread with all replies |
get_unread_dms | Get unread DMs across all conversations |
Sending
| Tool | Description |
|---|---|
send_message | Send a message to a channel or DM |
reply_in_thread | Reply to a message in its thread |
send_dm | Open a DM with a user and send a message |
update_message | Edit a previously sent message |
upload_file | Upload a file to a channel or DM |
Actions
| Tool | Description |
|---|---|
add_reaction | Add an emoji reaction to a message |
remove_reaction | Remove an emoji reaction from a message |
mark_read | Mark a conversation as read up to a timestamp |
Users
| Tool | Description |
|---|---|
list_users | List workspace members |
get_user | Get details for a specific user |