Skip to main content
Glama
dontsovcmc

mcp-server-wildberries

by dontsovcmc

wb_execute

Execute any Wildberries API action by specifying its action ID and parameters. Use with wb_search results to automate order management, product updates, and more.

Instructions

Execute a Wildberries API action by ID.

Use wb_search first to find the action ID and its parameter schema.

Args: action: action ID from wb_search results (e.g. "wb_fbs_order_cancel") params_json: JSON object with action parameters matching the schema

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
params_jsonNo{}

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations indicate readOnlyHint=false, so the tool modifies data. The description does not add behavioral details beyond this (e.g., side effects, error behavior). While the output schema may cover return values, the description lacks transparency on execution outcomes.

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?

The description is concise with a clear two-sentence purpose statement followed by bullet-point-like parameter explanations. No superfluous information, and the essential guidance is front-loaded.

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

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the generic executor nature and existence of an output schema, the description adequately covers how to use the tool (via wb_search). It does not explain return values or errors, but the output schema likely fills that gap. Slightly incomplete without mentioning the mapping to wb_search results.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description compensates by explaining 'action' as an ID from wb_search results with an example, and 'params_json' as a JSON object matching the schema. This adds meaning beyond the raw schema, though more detail on params_json format could help.

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 clearly states 'Execute a Wildberries API action by ID', specifying the verb and resource. It distinguishes from sibling tools wb_search (which finds actions) and wb_execute_file (likely file-based execution).

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

Usage Guidelines5/5

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

Explicitly instructs to use wb_search first to obtain the action ID and parameter schema, providing clear when-to-use guidance and an implicit exclusion for using without prior search.

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/dontsovcmc/mcp-server-wildberries'

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