Skip to main content
Glama

MCP Server for Slack

by z9905080

slack_post_message

Send messages to Slack channels using the MCP Server for Slack. This tool enables AI assistants to communicate directly within Slack workspaces by posting text content to specified channels.

Instructions

Post a new message to a Slack channel

Input Schema

NameRequiredDescriptionDefault
channel_idYesThe ID of the channel to post to
textYesThe message text to post

Input Schema (JSON Schema)

{ "properties": { "channel_id": { "description": "The ID of the channel to post to", "type": "string" }, "text": { "description": "The message text to post", "type": "string" } }, "required": [ "channel_id", "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/z9905080/mcp-slack'

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