slack_catch_me_up
Catch up on saved Slack workflow profiles: pulls unread messages, expands threads, and returns structured evidence of unanswered threads, priority people's posts, and most active conversations.
Instructions
Catch up on a saved workflow profile. Reads the profile's channels (or everything currently unread if the profile names none), pulls messages since the cadence window or an explicit since, expands active threads, and returns structured evidence: which threads are unanswered and for how long, what the profile's priority people said or were pinned on, and which conversations moved most. Runs locally against your own session — no hosted account, no server-side model. The response carries an output_contract naming the keys to compose for this workflow_kind; write the summary from the returned signals and conversations, citing conversation names and timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Optional ISO 8601 timestamp — only consider messages newer than this. Defaults to the profile's cadence window: 24 hours for on_demand and daily_8am, 7 days for weekly_monday. | |
| profile_name | Yes | Name of a workflow profile saved via slack_workflow_save (list them with slack_workflows) |