Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SLACK_CHANNELS | No | Comma-separated list of allowed channels (restricts searches) | |
| SLACK_BOT_TOKEN | Yes | Slack Bot User OAuth Token | |
| SLACK_DEFAULT_CHANNEL | No | Default channel ID for operations |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_channels | List available Slack channels in the workspace |
| search_messages | Search for messages across Slack channels using query syntax |
| get_channel_history | Get message history from a specific Slack channel |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |