Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| SLACK_BOT_TOKEN | Yes | Your Slack Bot User OAuth Token (starts with xoxb-) | 
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description | 
|---|---|
| No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description | 
|---|---|
| No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description | 
|---|---|
| list_channels | List channels in the Slack workspace | 
| get_channel_info | Get detailed information about a specific channel | 
| create_channel | Create a new channel | 
| archive_channel | Archive a channel | 
| list_users | List users in the Slack workspace | 
| get_user_info | Get detailed information about a specific user | 
| invite_to_channel | Invite users to a channel | 
| send_message | Send a message to a channel | 
| update_message | Update an existing message | 
| delete_message | Delete a message | 
| get_channel_history | Get message history from a channel | 
| search_messages | Search for messages across the workspace | 
| send_formatted_message | Send a message with Block Kit formatting | 
| upload_file | Upload a file to Slack | 
| add_reaction | Add an emoji reaction to a message | 
| remove_reaction | Remove an emoji reaction from a message | 
| get_team_info | Get information about the Slack workspace |