report_captcha
Report whether a captcha solution was accepted or rejected, by task ID, to improve future solving strategies on that route.
Instructions
Report whether a captcha answer worked (good=true) or was rejected (good=false), by taskId. Call it after submitting a token from solve_turnstile, solve_recaptcha_v2 or solve_hcaptcha: the outcome orders the strategies tried next time on that route, so an unreported rejection is repeated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| good | Yes | true: the site accepted the answer. false: it was rejected. | |
| note | No | What the site said, if anything; kept with the outcome. | |
| taskId | Yes | The `taskId` a solve_* tool returned. |