Skip to main content
Glama
bssoft2b

marketplace-mcp

by bssoft2b

WB: get prices

wb_prices_get

Fetch current Wildberries prices and discounts via paginated queries. This read-only tool returns price data as decimal strings with currency without altering any values.

Instructions

Returns current Wildberries prices and discounts. Read-only; never changes prices. Money values are decimal strings with a currency, never floats.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoPage size, max 1000
cursorNoCursor from the previous response (next_cursor)
connection_idNoWildberries connection id. Required when more than one is configured (see connections_list).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
metaYes
successYes
marketplaceYes
connection_idYes
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It explicitly states the tool is read-only and never changes prices, which is important safety-relevant context. It also discloses that money values are decimal strings with a currency rather than floats, adding a concrete data-contract detail beyond the schema.

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 short sentences with no filler. The primary purpose is front-loaded, followed by a behavioral guarantee, then a meaningful data-format note. Every sentence earns its place.

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 tool is a simple read-only list/get with three optional parameters, a fully documented schema, and an output schema present. The description covers what is returned, side-effect safety, and the money representation. An agent has enough context to select and invoke it correctly.

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 the baseline is 3. The description does not add parameter-level detail beyond the schema; cursor, limit, and connection_id are already well documented. The money-value note is useful but applies to response data rather than parameter semantics.

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 uses a specific verb ('Returns') and names a precise resource ('current Wildberries prices and discounts'), immediately distinguishing it from sibling tools like wb_products_list, wb_stocks_get, and price tools for other marketplaces. It also adds a behavioral distinction by stating it is read-only.

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 when to use the tool: when current Wildberries prices and discounts are needed. 'Read-only; never changes prices' is a useful explicit usage boundary. It does not name alternative tools or exclusion conditions, but the resource-specific wording makes the intended context clear.

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

Install Server

Other Tools

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/bssoft2b/marketplace-mcp'

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