run_health_check
Assess project health by calculating a composite score from automation stability, coverage, and manual execution, with breakdowns for test assets, releases, and trends.
Instructions
Get a holistic health assessment for a project. Returns a composite health score (0-100) blending automation stability, coverage, and manual execution, plus per-dimension subScores and sections: automation (pass rate, flaky, failures), testAssets (case/suite counts, status/priority breakdown), coverage (automation rate + pass-rate trend), manualExecution (pass/fail/blocked/completion), and releases (status counts + active releases). Use include[] to limit which sections are computed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback period for analysis (default: 14 days) | |
| include | No | Which sections to compute. Defaults to all. The composite score uses whichever of automation/coverage/manualExecution are present and have data. | |
| projectId | Yes | Project UUID to assess |