DNS-Shop Self-Check
dns_selfcheckChecks DNS-Shop product tile rendering on a live search page to detect structural drift. Returns inconclusive for transport failures, flags drift only when zero tiles render.
Instructions
Structural drift canary for DNS-Shop (tri-state). Renders one live search page in the operator's Chrome and checks tiles extract.
Qrator-blocked or CDP-down is inconclusive (transport), NEVER drift.
Only a rendered page that yields zero tiles is drift.
Return Format
DnsSelfcheckResponse: {status, healthy, connector, checks, ...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checks | No | Per-subcheck results. | |
| status | No | Overall verdict: success, drift_detected, or inconclusive. | |
| healthy | No | Whether all checks are healthy. | |
| connector | No | Connector name. | |
| process_id | No | OS process id. | |
| tool_count | No | Number of MCP tools registered on the server. | |
| config_loaded | No | Whether settings loaded successfully from env/defaults. | |
| server_version | No | Connector server version. | |
| server_started_at | No | Server start timestamp (UTC ISO-8601). |