What problem does it solve?
Running hosted MCP eval suites involves cost-bearing launches, asynchronous polling, and multi-layer failure triage; this Skill defines the correct tool-call order and guardrails so runs are not double-billed, misread, or misdiagnosed.
Core Features & Use Cases
- Cost-safe run lifecycle: Disclose what a run will do with get_eval_run_disclosure, launch asynchronously with run_eval_suite, and poll with get_eval_run until a terminal status.
- Failure triage decision tree: Start from the verdict's decisionSummary and verdictSource, then drill into paginated iterations, per-step evidence, judge settings, gate waivers, or infrastructure diagnostics.
- Regression comparison: Use compare_eval_run against a baseRunId or baseCommitSha to classify cases as regressed, fixed, new, or unchanged.
- Use Case: After a server change, ask the agent to re-run a suite, confirm the billed scope first, poll to completion, and report which specific step failed with screenshot evidence.
Quick Start
Ask the agent to run the eval suite for your MCPJam project, disclose the cost first, and report which case and step caused any failure.