slack_join_channel
ActiveTool of Slack_connect
declared in 0.1.0
Join a public Slack channel so the bot can read history and post messages.
Parameters schema
{
"type": "object",
"examples": [
{
"channel": "C01234ABCDE"
}
],
"required": [
"channel"
],
"properties": {
"channel": {
"type": "string",
"description": "Channel ID to join"
}
}
}Parent server
Slack_connect
https://github.com/pipeworx-io/mcp-slack_connect
1/7 registries