List Workflow Performance
list_workflow_performanceFetch recent GitHub Actions workflow runs and compute job-level timing statistics—average, minimum, maximum, and p95—to identify slow jobs and performance trends.
Instructions
Fetch the last N workflow runs and compute job-level timing statistics (avg, min, max, p95) across those runs. Useful for identifying slow jobs and trends.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | GitHub repository name | |
| count | No | Number of recent runs to analyse (default: 10, max: 100) | |
| owner | Yes | GitHub repository owner (user or org) | |
| workflow_id | Yes | Workflow file name (e.g. ci.yml) or numeric workflow ID |