Skip to content
K

mm_slack_ingest

Ingest messages from a Slack channel (excluding bot messages) into the project inbox. Captures messages and thread context for review, triage, and spec shaping. Items are tagged with source:

  • Category: Plugins
  • Source: Plugin: slack
  • Required parameters: 1
  • Total parameters: 3
ParameterTypeRequiredDescription
project_pathstringYesAbsolute path to the project root
channelstringNo
lookback_hoursnumberNoHow many hours back to fetch messages (default: 24)
{
"tool": "mm_slack_ingest",
"arguments": {
"project_path": "/Users/you/projects/my-app",
"channel": "example-channel",
"lookback_hours": 1
}
}