Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SLACK_TEAM_ID | Yes | Slack team ID | |
SLACK_BOT_USER_OAUTH_TOKEN | Yes | Slack bot user OAuth token |
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_get_users | Get a list of all users in the workspace with basic information |
slack_post_message | Post a new message to a Slack channel |