Server Details
Enable interaction with Slack workspaces. Supports subscribing to Slack events through Resources.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- smithery-ai/mcp-servers
- GitHub Stars
- 95
See and control every tool call
Available Tools
7 toolsslack_add_reactionInspect
Add a reaction emoji to a message
| Name | Required | Description | Default |
|---|---|---|---|
| reaction | Yes | The name of the emoji reaction (without ::) | |
| timestamp | Yes | The timestamp of the message to react to | |
| channel_id | Yes | The ID of the channel containing the message |
slack_get_channel_historyInspect
Get recent messages from a channel
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of messages to retrieve (default 10) | |
| channel_id | Yes | The ID of the channel |
slack_get_thread_repliesInspect
Get all replies in a message thread
| Name | Required | Description | Default |
|---|---|---|---|
| thread_ts | Yes | The timestamp of the parent message in the format '1234567890.123456'. Timestamps in the format without the period can be converted by adding the period such that 6 numbers come after it. | |
| channel_id | Yes | The ID of the channel containing the thread |
slack_get_user_profileInspect
Get detailed profile information for a specific user
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The ID of the user |
slack_get_usersInspect
Get a list of all users in the workspace with their basic profile information
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of users to return (default 100, max 200) | |
| cursor | No | Pagination cursor for next page of results |
slack_list_channelsInspect
List public or pre-defined channels in the workspace with pagination
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of channels to return (default 100, max 200) | |
| cursor | No | Pagination cursor for next page of results |
slack_post_messageInspect
Post a new message to a Slack channel or reply to a thread
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The message text to post | |
| thread_ts | No | Optional. The timestamp of the parent message to reply to in the format '1234567890.123456'. When provided, the message will be posted as a reply to the thread. | |
| channel_id | Yes | The ID of the channel to post to |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.