Skip to main content
Glama
neuratechcompany-ops

Kettu Marketplace Intelligence

Taobao Self-Check

taobao_selfcheck
Read-onlyIdempotent

Renders 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

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
checksNoPer-subcheck results.
statusNoOverall verdict: success, drift_detected, or inconclusive.
healthyNoWhether all checks are healthy.
connectorNoConnector name.
process_idNoOS process id.
tool_countNoNumber of MCP tools registered on the server.
config_loadedNoWhether settings loaded successfully from env/defaults.
server_versionNoConnector server version.
server_started_atNoServer start timestamp (UTC ISO-8601).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.2.2

TDQS

A4.6/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description goes well beyond annotations by explaining that it renders a live search page in the operator's Chrome, that CDP failures or login walls are inconclusive, and that only a rendered page yielding zero items counts as drift. It also discloses the tri-state semantics, which is critical for interpreting the tool's output.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured and front-loads the core purpose and tri-state behavior. It is slightly wordy with the return format block, but every sentence provides useful information and the format is compact.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is complete for a zero-parameter health-check tool: it explains what the tool does, how it operates, how to interpret the tri-state result, and what the response contains. The output schema and annotations cover the remaining structured details.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters and the schema describes an empty object with 100% coverage, so there are no parameter semantics for the description to add. The baseline of 4 applies here because no parameter documentation burden exists.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as a structural drift canary for Taobao, with a specific verb ('checks'), resource ('extractor'), and tri-state outcome. It differentiates itself from sibling search/card tools by focusing on health-check behavior rather than data retrieval.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context that this is a monitoring/health-check tool, not a search tool, and explains when results should be classified as inconclusive versus drift. It does not explicitly name alternative tools, but the canary purpose and sibling naming pattern make the intended usage unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/neuratechcompany-ops/kettu-marketplace-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server