generate_fixes
Takes scan results and generates specific code fixes for each accessibility violation. Returns ready-to-apply code patches and a copy-paste summary for Claude Code or Replit Agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scan_id | Yes | The scan_id returned by scan_accessibility | |
| framework | No | The frontend framework of the codebase being fixed | html |
| anthropic_api_key | Yes | Your Anthropic API key (used only for this request, never stored) |