Skip to main content
Glama
Arnabdaz

Slack MCP Server

by Arnabdaz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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 ts of the first message).

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 confirmation_token. To actually post, the user must review this preview and then call send_message(confirmation_token=...). Always show the user this preview and get their explicit approval before calling send_message.

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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