Yandex Market Selfcheck
yandex_selfcheckProbe Yandex Market's search and card pages to verify SSR parsing. Report success, drift_detected, or inconclusive, indicating whether extraction rules need updating.
Instructions
Probe Yandex Market's search and card pages and report a tri-state verdict.
success — the SSR state parsed as expected. drift_detected — pages
load but no longer parse, so the extraction rules need updating.
inconclusive — a transport block, geo restriction or captcha prevented a
verdict; that says nothing about the parsers.
This matters more here than for a JSON API: SSR extraction is inherently coupled to Yandex's front-end, so drift is a question of when.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checks | No | Per-page-type results. | |
| status | No | Overall verdict: success, drift_detected, or inconclusive. | |
| connector | No | Connector name. | yandex |
| process_id | No | OS process id. | |
| tool_count | No | Number of MCP tools registered on the server. | |
| cache_stats | No | TTL cache counters for this process. | |
| 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). |