Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SLACK_BOT_TOKEN | Yes | Slack Bot User OAuth Token | |
SLACK_USER_TOKEN | Yes | Slack User OAuth Token (required for some features like message search) | |
NPM_CONFIG_//npm.pkg.github.com/:_authToken | No | Your GitHub Personal Access Token needed to install the package |
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 |
---|---|
slack_list_channels | List public 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 |
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_users | Retrieve basic profile information of all users in the workspace |
slack_get_user_profile | Get a user's profile information |
slack_search_messages | Search for messages in the workspace |