Fix context bundle
get_fix_contextRetrieve a complete bug-fix package including diagnosis, reproduction steps, suggested fix with code, blast radius, and ontology tags in a single call.
Instructions
Bundle the full context an agent needs to fix a bug: a paste-ready fixPrompt (plain-English diagnosis + reproduction + suggested fix + relevant code + blast radius), plus report detail, reproduction steps, component, root cause, and ontology tags. One call instead of several. No second LLM key needed.
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 | ||
| fixPrompt | Yes | ||
| reproductionSteps | Yes | ||
| component | Yes | ||
| rootCause | Yes | ||
| bugOntologyTags | Yes |