Megamarket Self-Check
megamarket_selfcheckRun a live Megamarket search to confirm product listings parse correctly, distinguishing structural drift from temporary transport failures.
Instructions
Structural drift canary for Megamarket (tri-state). Posts one live search through CDP and checks items parse.
A ServicePipe code-7 refusal or CDP-down is inconclusive (transport),
NEVER drift. Only a reached-200 catalog body that fails the parse smoke is
drift. From a machine whose Chrome has not passed the challenge,
inconclusive is the expected verdict.
Return Format
MegamarketSelfcheckResponse: {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). |