slack_catch_me_up
Runs a structured catch-up against a saved workflow profile, returning actionable insights like open threads, decisions, blockers, and next actions based on the profile type.
Instructions
Run a structured catch-up against a saved workflow profile. Returns structured JSON per the profile's workflow_kind: support_inbox returns {open_threads, ack_lag, owner_gaps, escalations, next_actions}; incident_room returns {incident_summary, timeline, open_risks, owner_gaps, next_actions}; exec_brief returns {summary, decisions, risks, asks, action_items}; product_launch_watch returns {launch_signals, feedback_themes, blockers, metrics, next_actions}; custom returns {summary, highlights, open_questions, next_actions}. Hosted-only. Free tier ships 3 calls/month; Pro $9/mo unlocks unlimited (scheduled morning DM at 8am workspace tz rolling out Q2 2026).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile_name | Yes | Name of a workflow profile saved via slack_workflow_save (or use --apply-template at install time to seed one) | |
| since | No | Optional ISO8601 timestamp — only consider Slack messages newer than this. Default: 24 hours ago for daily-cadence profiles, 7 days for weekly. |