suite_health
Classify Maestro flows into healthy, flaky, broken, or regression over a lookback window, surfacing regressions first to prioritize fixes.
Instructions
Classify every Maestro flow over a lookback window into healthy, flaky, broken, or regression, ranked worst-first, so you can tell whether a failure is worth fixing before diving in. Regressions (a flow that was passing and recently started failing) are surfaced first, since a recent change likely broke them. Use this to prioritize, then diagnose_run to fix a specific run. Filters mirror list_flow_analytics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback window. Default 14. | |
| tags | No | Comma-separated tag filter (e.g. smoke,critical). | |
| appId | No | Filter by app bundle id, e.g. com.example.app. | |
| endDate | No | ISO 8601 end of range. Defaults to now. | |
| platform | No | Filter by platform. | |
| startDate | No | ISO 8601 start of range. Overrides days. |