Skip to content
K

mm_slack_post_update

Post a formatted message to a Slack channel. Reads bot token from .mm/integrations/slack.json. Supports Slack mrkdwn formatting.

  • Category: Plugins
  • Source: Plugin: slack
  • Required parameters: 2
  • Total parameters: 3
ParameterTypeRequiredDescription
project_pathstringYesAbsolute path to the project root
messagestringYesMessage text (supports Slack mrkdwn formatting)
channelstringNo
{
"tool": "mm_slack_post_update",
"arguments": {
"project_path": "/Users/you/projects/my-app",
"message": "example-message",
"channel": "example-channel"
}
}