Skip to main content
Glama
neuratechcompany-ops

Kettu Marketplace Intelligence

DNS-Shop Self-Check

dns_selfcheck
Read-onlyIdempotent

Checks 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

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.7/5.0
Behavior5/5

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

Beyond the readOnly/idempotent annotations, the description discloses critical runtime behavior: it uses the operator's Chrome via CDP, treats Qrator-blocked or CDP-down as inconclusive transport failures, and defines drift strictly as a rendered page yielding zero tiles. This substantially reduces the risk of misinterpreting transport errors as drift.

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

Conciseness5/5

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

Three short sections deliver the core purpose, the critical tri-state interpretation rule, and the return type with no filler. The description is front-loaded and every sentence adds useful information.

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?

For a zero-parameter tool that already has an output schema and safety annotations, this description fully covers the important behavioral nuances and edge cases. Nothing essential for correct invocation or interpretation appears to be missing.

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 schema coverage is 100%, so there is no parameter ambiguity for the description to clarify. The baseline of 4 is appropriate because no schema gap needs compensating.

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 opens with a specific verb-noun pair ('Structural drift canary') and names the target resource ('DNS-Shop'), then concretely states what it does: renders a live search page and checks tile extraction. This makes it clearly distinct from sibling tools like dns_search and the other *_selfcheck tools.

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 clearly establishes this as a drift canary for DNS-Shop, which implies monitoring/health-check usage, and it gives explicit decision rules for interpreting inconclusive vs drift. It does not explicitly name alternatives or state when not to use it, but the intended context is clear enough for an agent to route correctly.

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