Setup
Create a Slack App
- Go to api.slack.com/apps and create a new app
- Under OAuth & Permissions, add scopes:
chat:write,channels:read,channels:history - Install the app to your workspace
- Copy the Bot User OAuth Token
Available tools
| Tool | Description |
|---|---|
send_message | Send a message to a channel |
list_channels | List workspace channels |
get_channel_history | Get recent messages from a channel |
create_channel | Create a new channel |
invite_to_channel | Invite a user to a channel |
set_channel_topic | Set channel topic |
list_users | List workspace users |
get_user_info | Get user profile info |
send_direct_message | Send a DM to a user |
add_reaction | Add an emoji reaction |
search_messages | Search messages |

