Slack MCP Server

MIT License
7,932
40,097
  • Apple

slack_post_message

Send a message to a specific Slack channel by providing the channel ID and message text. This tool facilitates communication within Slack workspaces.

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" }

You must be authenticated.

Other Tools from Slack MCP Server

Related Tools

ID: zcfm7oczkc