Skip to main content
Glama
SZhukovWork

wildberries-mcp

by SZhukovWork

get_product

Read-onlyIdempotent

Fetch a complete live product card for one Wildberries article: prices per size, stock, delivery estimate, seller, ratings, characteristics, description, package contents, and weekly price history.

Instructions

Full, live product card for one article.

Returns the current price (per size), stock, delivery estimate, seller with its legal entity, the article's own rating with star distribution next to the merged group rating, seller-filled characteristics, description, package contents, a weekly price-history summary and — optionally — the other articles merged into the same product group with their live prices.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
articleYesWildberries article number (nm), e.g. 498414394
include_variantsNoAlso price the other articles of the same product group

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already establish that the tool is read-only, idempotent, and non-destructive. The description adds useful behavioral context by calling the data 'live' and exposing that variant inclusion is optional, which complements openWorldHint by signaling that prices and stock can change between calls. No contradiction with annotations exists.

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 front-loaded with the core purpose, then delivers a dense but purposeful list of return contents in one well-structured sentence. It is longer than minimal, but nearly every clause contributes useful information for tool selection and invocation.

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?

Given the read-only annotations, full parameter documentation, and presence of an output schema, the description is complete for calling the tool correctly. It clarifies the granularity (one article), the live nature of data, and the optional group-variant behavior, so no essential contextual gap remains.

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?

The input schema already documents both parameters fully, including the article number format and the meaning of include_variants. The description's 'optionally — the other articles merged into the same product group' phrase mirrors include_variants but does not add new parameter-level semantics beyond the schema.

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 names a specific operation and resource: it returns a 'Full, live product card for one article'. The detailed list of return contents (price, stock, delivery, seller, ratings, etc.) makes its purpose concrete and distinguishes it from broader tools like search_products and compare_products.

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 frames the tool as the single-article detail card, which is enough context for an agent to select it over search or compare tools. It also notes the optional include_variants behavior. However, it does not explicitly direct the agent to siblings such as get_price_history for full price history or get_reviews for review detail.

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