prepare_run_summary
Extract run metadata, statuses, and failure comments from TestRail, and return a structured payload plus report instructions for Markdown synthesis.
Instructions
Pull run metadata, statuses, and failure comments — return the structured payload + report instructions for the calling Claude to synthesise into Markdown.
No LLM call happens server-side. Claude in the client writes the report.
include_passed_titles=False (default) keeps the payload compact for big runs.
Set True only for tiny runs (<50 tests) when full granularity is useful.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| include_passed_titles | No |