generate_correlation_insight
Find related events across different tools (e.g., Slack threads, Jira tickets, GitHub PRs) and uncover links, patterns, and open threads to understand cross-source activity.
Instructions
Generate a cross-source correlation insight: finds related events across different sources (e.g. a Slack thread, a Jira ticket and the PR that resolved it) and surfaces the links, patterns and open threads. Use when the user wants to understand how activity connects across tools. Runs synchronously and returns Markdown. Consumes credits, charged once on success. Call list_filter_options before using filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No | Per-source advanced filters, AND-combined across dimensions. Keys MUST be source ids (an unknown source id is rejected with 400). The dimension VALUES are matched leniently – call list_filter_options first to get the real selectable values for the project rather than guessing. | |
| sources | No | Restrict to these source ids (e.g. "github", "slack"). Unknown ids are rejected with 400. | |
| max_events | No | Cap on events processed (1-1000, default 150). | |
| project_id | Yes | Project id from list_projects to generate the insight for. | |
| lookback_hours | No | Hours of activity to analyze (1-2160, default 168 = 7 days). |