get_flaky_specs
Retrieve flaky test specs from a cached, hourly-refreshed view for quicker flakiness analysis. Returns spec-level data to identify unreliable tests.
Instructions
Get flaky specs from pre-computed materialized view. Faster than get_flaky_tests as it uses cached data refreshed hourly. Returns spec-level flakiness (not individual test level).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return (default: 50) | |
| project_id | No | Project ID to filter by (optional) | |
| min_total_runs | No | Minimum total runs for statistical significance (default: 1) | |
| min_flaky_count | No | Minimum number of flaky occurrences (default: 1) | |
| min_flaky_percent | No | Minimum flaky percentage to include (default: 10) |