Skip to main content
Glama
neuratechcompany-ops

Kettu Marketplace Intelligence

DNS-Shop Search

dns_search
Read-onlyIdempotent

Search DNS-Shop product listings and retrieve current availability, prices in rubles, and structured item details. Get clear status and result counts to compare offerings quickly.

Instructions

Search DNS-Shop, rendered in the operator's Chrome.

Return Format

DnsSearchResponse: {status, query, tier_used, count, items[], meta}. price_rub is None when absent — never 0.

Error Format

ToolError: TransportDownError on CDP/Qrator failures; ParserDriftError when a rendered page yields zero product tiles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch text, e.g. 'ноутбук lenovo'

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
_metaNoValidation metadata.
countNoNumber of items returned.
itemsNoSearch result items.
queryNoSearch query text.
statusNoResponse status: success or error.success
tier_usedNoFetch tier used (cdp).

Schema Changelog

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

  1. First observedv1.2.2

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already cover safety, but the description adds valuable behavior: it is rendered in the operator's Chrome, price_rub is None never 0, and specific error conditions (TransportDownError, ParserDriftError) are disclosed. This gives the agent realistic expectations beyond the structured hints.

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?

The description is compact and well-organized with clear Return Format and Error Format sections. Every sentence contributes useful information, and there is no filler or repetition of the title.

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

Completeness4/5

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

For a one-parameter search tool, the description covers the return shape, key data nuances, and failure modes. It is slightly incomplete only in that it omits any usage guidance relative to siblings, but the core calling context is well covered.

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

Parameters3/5

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

Schema coverage is 100%, and the schema already documents 'query' with an example. The description adds no further parameter-level detail, so the baseline of 3 applies without needing the description to compensate.

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 immediately states 'Search DNS-Shop', giving a specific verb and resource. The title and tool name reinforce this, and the resource is clearly distinct from sibling tools like dns_card or other marketplace searches, even without explicit contrast.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use dns_search versus alternatives such as dns_card or compare_prices. There is no mention of what types of queries are appropriate or when to prefer another tool, leaving the agent to infer usage solely from the name.

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