Skip to main content
Glama

Slack MCP Server

by AVIMBU

slack_post_message

Send a message to a specific Slack channel by specifying the channel ID and message text, enabling direct communication within Slack workspaces.

Instructions

Post a new message to a Slack channel

Input Schema

NameRequiredDescriptionDefault
channel_idYesThe Channel ID to post the message to
textYesThe message text to post

Input Schema (JSON Schema)

{ "properties": { "channel_id": { "description": "The Channel ID to post the message to", "type": "string" }, "text": { "description": "The message text to post", "type": "string" } }, "required": [ "channel_id", "text" ], "type": "object" }
Install Server

Other Tools from Slack MCP Server

Related Tools

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

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