Skip to main content
Glama

wb_card_recommendations_set

Set up to 10 recommended products on a Wildberries product card to increase average order value and encourage cross-selling.

Instructions

Set recommended goods on a card, max 10 nmID (рекомендации, средний чек).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nm_idYes
recommended_nm_idsYes

Schema Changelog

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

  1. First observedv2.6.1

TDQS

A3.6/5.0
Behavior2/5

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

There are no annotations, so the description carries the full burden of disclosing behavior. It states that the operation is a set/mutation and includes the max-10 limit, but it does not explain whether the list replaces existing recommendations, what happens if more than 10 nmIDs are provided, or any validation/error behavior. For a mutating tool with no annotation support, this is a significant gap.

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 a single concise sentence that communicates the core action, target, and a key limit. The Russian parenthetical adds minor contextual noise but does not significantly harm clarity or structure.

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 simple with only two required parameters, and the schema plus description are enough to infer the basic call shape. However, because there is no output schema and no annotations, the description leaves out important behavioral context such as overwrite semantics, error handling, and response expectations, making it only minimally complete.

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 0%, so the description must compensate. It links 'card' to nm_id and 'recommended goods' to recommended_nm_ids, and adds the max-10 constraint. However, it does not explicitly define each parameter's role or mention constraints like whether duplicate or invalid nmIDs are allowed.

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 ('Set') and names the resource ('recommended goods on a card'), making the action and target unambiguous. Adding the 'max 10 nmID' constraint further pins down the tool's scope and differentiates it from siblings like wb_card_recommendations_get.

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 makes the usage context clear: this tool is for setting recommended goods on a card. It does not explicitly mention when not to use it or name alternatives, but the 'Set' framing and the obvious sibling wb_card_recommendations_get provide enough context for an agent to select it correctly.

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