tap_fix
Diagnose broken taps with tap.doctor, collect page-level diagnostics including current DOM, expected selectors, and auth wall detection. Pro tier generates AI-based fix proposals.
Instructions
Diagnose and repair a broken tap. Runs tap.doctor first, then collects page-level diagnostics (current DOM vs expected selectors, auth wall detection, redirect analysis). Returns the same shape as tap.doctor plus repair-specific fields: {diagnostics:{currentSnapshot, expectedSelectors, authWall, suggestions[]}, patches[]}. Free tier gets diagnostics only; Pro tier gets AI-generated fix proposals. Use when tap.doctor returns verdict=broken.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | Site | |
| name | Yes | Tap name | |
| timeout | No | Timeout in ms |