Get Analytics
get_analyticsCompute workflow metrics, velocity, burndown, cognitive load, and decision audits to track progress and resolve contradictions.
Instructions
Compute workflow metrics, velocity, burndown, cognitive load, decision lineages, and contradiction audits. Supported actions: summary (project overview), velocity (throughput and duration), burndown (time-series remaining tasks chart), value_metrics (token savings and ROI), cognitive_load (ICL and ECL context complexity), critical_path (longest unfinished task chain), context_snapshot (consolidated overview), decision_trail (trace decision lineage), find_related_decisions (find decisions related to an artifact), contradictions (audit for conflicting decisions or broken states).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of historical days for burndown (default: 14). | |
| action | No | The analytics or decision analysis action to execute. | |
| node_id | No | Decision node ID for decision_trail. | |
| project | No | Target project name or slug. | |
| artifact_id | No | Artifact node ID for find_related_decisions. | |
| window_days | No | Number of days to analyze for velocity (default: 14). | |
| milestone_id | No | Milestone ID for critical_path calculation. |