Skip to main content
Glama
neuratechcompany-ops

Kettu Marketplace Intelligence

WB Catalog Search

wb_search
Read-onlyIdempotent

Search Wildberries catalog with a Russian text query, then retrieve full product details including prices and stock for the selected region and page.

Instructions

Search WB catalog by text query.

Uses the lightweight search-goods.wildberries.ru/search endpoint which returns just product IDs (no PoW protection, very high rate limit). Then enriches via wb_card for full details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
destNoRegion ID. Default -1257786 (Moscow). Required for valid prices/stocks.-1257786
pageNoPage number 1..20 (each page returns ~30 IDs from the long list).
queryYesRussian text search query for the WB catalog.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

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

  1. First observedv1.2.2

TDQS

A4.3/5.0
Behavior5/5

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

It discloses concrete behavior beyond the safety annotations: the exact endpoint used, that the raw results are just product IDs, that there is no PoW protection, that rate limits are high, and that results are enriched through wb_card. This gives the agent a realistic mental model of the call before invoking it.

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?

Two sentences, front-loaded with the core purpose and followed by high-value endpoint/behavior details. No filler or repetition of schema content.

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 read-only, idempotent search tool with a full output schema and complete parameter docs, this description covers the essential missing context: endpoint identity, response shape before enrichment, and rate-limit behavior. Nothing needed for a correct call is omitted.

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 description coverage is 100%, so all three parameters already carry their own documentation. The description adds no new parameter-level detail beyond reinforcing that the query is a text query, so the baseline score of 3 applies.

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 opening sentence names a specific action and resource ('Search WB catalog by text query'), so an agent immediately knows what the tool does. The mention of the dedicated search endpoint and the subsequent wb_card enrichment clearly differentiates it from catalog-browsing and card-only sibling tools.

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

Usage Guidelines3/5

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

The description gives useful context (lightweight endpoint, very high rate limit, returns IDs then enriches) that implies when it would be a convenient search tool, but it never explicitly states when to prefer wb_search over nearby alternatives such as wb_category_products or wb_card. Usage guidance is therefore implied rather than spelled out.

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