Submit design recheck
design_recheckRecheck design review findings after UI changes to confirm fixes are applied. Automatically rejects unchanged targets and expired recheck attempts, ensuring accurate validation without editing code.
Instructions
Submit a metered recheck for findings from a completed review after the customer's agent changes the UI. This tool never edits code. Unchanged targets and exhausted recheck loops are rejected without running judgment. Check recheck.provenance before acting: when nothing judged the target every outcome is unjudged with a null confidence. Reuse client_request_id on retries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Optional URL on the same previously authorized host. A host change requires a new review. Plain http is accepted only for a loopback dev host (localhost, 127.0.0.0/8, ::1). | |
| review_id | Yes | ||
| finding_ids | Yes | Duplicates are accepted and canonicalized by the server, so uniqueness is not required. | |
| client_request_id | Yes | ||
| expected_revision | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job | No | ||
| error | No | Typed tool error, returned with isError: true instead of the result envelope. The full code and next_action vocabularies are in schemas/review-error.schema.json. | |
| budget | No | ||
| recheck | No | ||
| schema_version | No |