Skip to main content
Glama

wb_questions_list

Fetch buyer questions from Wildberries, filtering by product ID and answered status to manage customer inquiries efficiently.

Instructions

Buyer questions list (вопросы покупателей).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
takeNo
nm_idNonmID filter
is_answeredNofilter

Schema Changelog

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

  1. First observedv2.6.1

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only says 'list,' which implies a read-only operation, but it does not explain pagination behavior, filtering semantics, response composition, or any operational constraints such as rate limits.

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 short phrase with no filler, and the core message is front-loaded. The parenthetical Russian translation is mild redundancy but not harmful; the main weakness is under-specification rather than wordiness, which is penalized in other dimensions.

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

Completeness2/5

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

For a simple list tool with no output schema and no annotations, an agent still needs to know how the filters interact, what the default response looks like, and how 'take' controls results. The description only names the resource, leaving the agent to infer the rest from incomplete schema text.

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

Parameters2/5

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

Schema coverage is 67%, which is below the high threshold, so the description should compensate for underdocumented parameters. It does not mention 'take,' 'nm_id,' or 'is_answered' at all, and the schema's own 'filter' descriptions are minimal and leave the behavior of these parameters underspecified.

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?

The description states a clear resource ('Buyer questions') and an operation ('list'), and the parenthetical Russian phrase reinforces the domain. It does not explicitly distinguish itself from siblings like wb_question_get or wb_questions_count, but the 'list' wording makes the basic purpose clear.

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?

The description gives no guidance on when to use this tool versus related tools such as wb_question_get, wb_questions_count, or wb_question_reply. There is no mention of prerequisites, typical use cases, or which sibling should be preferred for a specific need.

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