slack_send_message
ActiveTool of Slack_connect
declared in 0.1.0
Send a message to a Slack channel. Bot auto-joins the channel if needed.
Parameters schema
{
"type": "object",
"examples": [
{
"text": "Hello team, here's an update on the project.",
"channel": "C01234ABCDE"
},
{
"text": "Great point! I agree.",
"channel": "C01234ABCDE",
"thread_ts": "1609459200.123456"
}
],
"required": [
"channel",
"text"
],
"properties": {
"text": {
"type": "string",
"description": "Message text (supports Slack markdown)"
},
"channel": {
"type": "string",
"description": "Channel ID to send the message to"
},
"thread_ts": {
"type": "string",
"description": "Thread timestamp to reply in a thread (optional)"
}
}
}Parent server
Slack_connect
https://github.com/pipeworx-io/mcp-slack_connect
1/7 registries