Fix context bundle
get_fix_contextRetrieve a complete fix package for a bug report: diagnosis, reproduction steps, suggested fix, and blast radius. Use this to prepare before writing a fix.
Instructions
Bundle everything an agent needs to fix one bug in a single call: a paste-ready fixPrompt (plain-English diagnosis + reproduction + suggested fix + relevant code + blast radius), plus report detail, repro steps, component, root cause, and ontology tags. Returns { fixPrompt, report, reproduction, component, rootCause, tags }. Read-only; no second LLM key needed. Use before writing a fix; use triage_issue for a multi-report review packet, or suggest_fix for just the Stage-2 hint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reportId | Yes | The report UUID to fix | |
| project_id | No | Project UUID — required for org-scoped keys with multiple projects. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report | Yes | ||
| component | Yes | ||
| fixPrompt | Yes | ||
| rootCause | Yes | ||
| bugOntologyTags | Yes | ||
| reproductionSteps | Yes |