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. House style for composed updates: NO emojis anywhere (no ✅/🔍/⚠️ bullet markers, no decorative emoji in titles); one line per bullet — a short bold label plus at most one plain sentence; a single bold title line, no section headers; keep the whole post compact and scannable.

  • Category: Plugins
  • Source: Plugin: slack
  • Availability: Available when the plugin is enabled
  • 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"
}
}