prepare_runs_diff
Identify regression, fix, and coverage changes between two TestRail runs by comparing baseline (older) with newer run, producing structured data and instructions for review.
Instructions
Compute the regression / fix / coverage delta between two runs and return the structured data + narrate instructions for the calling Claude.
A is the baseline (older), B is the newer run. No LLM call happens server-side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id_a | Yes | ||
| run_id_b | Yes |