Skip to main content
Glama

wb_promotions_products

Retrieve products participating in a Wildberries promotion by promotion ID. Get pricing and discount details, with optional filtering for active participation and pagination.

Instructions

Goods eligible for a promotion. in_action: true = participating. Returns price/planPrice, discount/planDiscount (товары акции).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo1-1000
offsetNo
in_actionNoparticipation filter
promotion_idYes

Schema Changelog

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

  1. First observedv2.6.1

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the burden of disclosing behavior. It clarifies that in_action=true means participating and names the returned price/discount fields, which is useful. However, it omits pagination behavior, default filter semantics, and the overall response shape, so transparency is only partial.

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 short and front-loaded with the core purpose, with no filler. The parenthetical Russian phrase is lightly redundant but does not significantly hurt clarity.

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

Completeness3/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/list operation, and the description names key return fields despite having no output schema. It is still incomplete: no pagination expectations, no note about how to find a valid promotion_id, and no relation to sibling promotion tools.

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 50%, covering limit and in_action. The description adds value by decoding in_action ('true = participating'), but it does not compensate for the undocumented promotion_id and offset parameters beyond what their names imply.

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

Purpose4/5

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

Description states the resource (goods eligible for a promotion) and indicates a retrieval operation by mentioning returned fields such as price/planPrice and discount/planDiscount. It distinguishes itself from sibling promotion tools in substance, though it never uses an explicit verb like 'get' or 'list'.

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?

No guidance is given for when to call this tool instead of wb_promotions_list, wb_promotions_details, or wb_promotions_add_products. The description explains the in_action filter but does not specify prerequisites, such as obtaining a promotion_id from wb_promotions_list first, or exclusions.

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/DeviceIngineering/wb-mcp-server'

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