generate_fix_plan
Build a prioritized fix plan from completed scan findings, ordering release blockers first. Supports JSON or Markdown output and optional layer filtering.
Instructions
Build a prioritized, implementation-ready fix plan from a completed scan's findings: release blockers first, then high-impact follow-ups, then backlog. Read-only (derives from stored findings). Returns JSON (or Markdown). Requires full access: on a locked report it returns HTTP 402, or — during a campaign — a teaser with unlock instructions; pass a token from unlock_report or a paid unlock. Call after get_scan shows status done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | Optional report token (from unlock_report or a paid unlock) for full plans. | |
| format | No | json for structured steps, markdown for a ready-to-paste plan. | json |
| layers | No | Optional subset of layers to include. Omit for all layers. | |
| scanId | Yes | The completed scan to build a plan from. | |
| maxFindings | No | Cap on the number of findings turned into fix steps. |