A
licenseA
qualityC
maintenanceProvides tools to analyze and debug GitHub Actions CI failures, including summarizing failures, detecting flaky tests, and suggesting fixes.
10
5 npm
1
ISC
No user-submitted related servers found.
Scored across 2 tools
The two tools target entirely distinct resources: workflow run metadata versus job log text. There is no overlap or ambiguity in their purposes.
Both tools follow the same get_<resource> snake_case pattern, with clear nouns (workflow_run, job_logs). The naming is perfectly consistent.
With only two tools, the server feels thin but not unreasonable for a narrowly focused watch-only utility. It is at the borderline of acceptable scope.
The server can fetch a single run by ID and its job logs, but there is no way to list workflow runs or jobs. An agent would need to already know the run_id, making discovery impossible and creating a significant dead end.