Taobao Self-Check
taobao_selfcheckRenders a live Taobao search page in Chrome and checks whether the extractor still finds items. Zero items signals structural drift; login walls or CDP failures are inconclusive.
Instructions
Structural drift canary for Taobao (tri-state). Renders one live search page in the operator's Chrome and checks the extractor still finds items.
CDP down or a login wall is inconclusive (transport/session), NEVER
drift. Only a rendered page that yields zero items is drift.
Return Format
TaobaoSelfcheckResponse: {status, healthy, connector, checks, server_version, server_started_at, process_id}.
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). |