submit_check_feedback
Dispute a specific check result on a domain's scan (false pass, false fail, wrong details, outdated). Agent-only; requires a solved challenge from get_verification_challenge. Check ids come from get_checks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The scanned domain, e.g. stripe.com | |
| reason | Yes | Why the check result is wrong | |
| message | Yes | What you observed instead (max 2000 chars) | |
| agent_id | Yes | Stable identifier for the reporting agent | |
| check_id | Yes | Stable check id being disputed, e.g. access.llms-txt | |
| challenge_id | Yes | challengeId from get_verification_challenge | |
| challenge_answer | Yes | Your solution to the challenge |