mm_slack_digest
Generate and post a formatted activity digest to a Slack channel. Reads project activity data and formats it as a Slack mrkdwn summary.
At a Glance
Section titled “At a Glance”- Category: Plugins
- Source: Plugin: slack
- Required parameters: 2
- Total parameters: 3
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
project_path | string | Yes | Absolute path to the project root |
period | string (enum: daily, weekly) | Yes | Lookback period |
channel | string | No | Channel name or ID. Falls back to default_channel. |
Example
Section titled “Example”{ "tool": "mm_slack_digest", "arguments": { "project_path": "/Users/you/projects/my-app", "period": "daily", "channel": "example-channel" }}Related Tools
Section titled “Related Tools”mm_get_design_tokens- Retrieve the projectmm_sync_github- Sync issues bidirectionally between GitHub and Monday Morningmm_link_github_pr- Link a GitHub pull request to a task in a specmm_import_meeting_notes- Import meeting notes from Grain into the project. Supports importing by meeti…mm_save_grain_note- Save a Grain meeting note locally as markdown. Handles deduplication via meet…