Slack MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_messagesA | Search Slack messages in PUBLIC channels only. Use this to find discussions about a Jira ticket or PR by passing the ticket key (e.g. "DSE-1234"), a PR URL, or free-text keywords as the query. Results from DMs and private channels are never returned. Args: query: Search text — a ticket key, PR URL, or keywords. count: Max results (1-100, default 20). |
| read_threadA | Read a full thread (root message + all replies) from a PUBLIC channel. Args:
channel: Channel id (e.g. "C0123") or "#name". Must be a public channel.
thread_ts: The thread's root timestamp (the |
| read_channel_historyA | Read recent messages from a PUBLIC channel, or messages around a timestamp. Args: channel: Channel id or "#name". Must be a public channel. limit: Number of messages (1-100, default 30). around_ts: Optional message timestamp; returns messages up to and including it, for context around a specific point. |
| list_channelsA | List PUBLIC channels, optionally filtered by a name substring. Args: name_filter: Optional case-insensitive substring to match channel names. |
| resolve_usersA | Resolve Slack user ids (e.g. "U0123") to display names. Args: user_ids: List of Slack user ids to resolve. |
| draft_messageA | Prepare a message for sending and return a preview + confirmation token. THIS DOES NOT SEND ANYTHING. It validates the target is a public channel,
renders exactly what would be posted, and returns a one-time
Args: channel: Channel id or "#name". Must be a public channel. text: The exact message text to post. thread_ts: Optional thread root timestamp to reply in a thread. |
| send_messageA | Send a previously drafted message. Requires a valid confirmation_token from draft_message. This is the ONLY tool that posts to Slack. Only call this after the user has reviewed the draft_message preview and explicitly approved sending. Args: confirmation_token: The one-time token returned by draft_message. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Arnabdaz/Slack_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server