Skip to main content
Glama

Slack MCP Server

by piekstra

send_message

Send messages to Slack channels, including replies in threads and rich formatting with Block Kit. Use channel ID or name, message text, and optional JSON blocks for structured content.

Instructions

Send a message to a Slack channel.

Args: channel: Channel ID or name text: Message text (fallback text for notifications) thread_ts: Thread timestamp for replies blocks: JSON string of Block Kit blocks for rich formatting

Input Schema

NameRequiredDescriptionDefault
blocksNo
channelYes
textYes
thread_tsNo

Input Schema (JSON Schema)

{ "properties": { "blocks": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Blocks" }, "channel": { "title": "Channel", "type": "string" }, "text": { "title": "Text", "type": "string" }, "thread_ts": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Thread Ts" } }, "required": [ "channel", "text" ], "type": "object" }

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/piekstra/slack-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server