send_slack_message
ActiveTool of io.github.Synter-Media-AI/synter-ads
declared in 1.27.0
Post a message to a Slack channel via the Synter bot. channel = a channel ID (Cxxxx) or #name. The bot can only post to channels it's a member of.
Parameters schema
{
"type": "object",
"title": "send_slack_messageArguments",
"required": [
"channel",
"text"
],
"properties": {
"text": {
"type": "string",
"title": "Text"
},
"channel": {
"type": "string",
"title": "Channel"
}
}
}Parent server
io.github.Synter-Media-AI/synter-ads
https://github.com/Synter-Media-AI/mcp-server
4/7 registries