Skip to main content
Glama

wb_chat_events

Retrieve chat events and new messages from Wildberries Seller API through wb-mcp-server. Supply next_cursor from the previous response to paginate to the next page of events.

Instructions

Chat events, new messages. Cursor pagination: first call without next, then next from the response (события чатов).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
next_cursorNocursor from previous response

Schema Changelog

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

  1. First observedv2.6.1

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. It does reveal cursor-based pagination behavior and that events are new messages, but it does not describe the response shape, event fields, or explicitly confirm this is a read-only operation.

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-loads the core purpose before pagination details. The Russian parenthetical '(события чатов)' duplicates 'chat events' and adds no information, but overall the text is efficient.

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?

For a one-optional-parameter tool, the description covers the essential invocation pattern. However, since there is no output schema, the lack of detail about what the response contains and how 'next' appears in that response leaves meaningful ambiguity.

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?

The schema already describes next_cursor as 'cursor from previous response,' and the description adds the crucial rule to omit it on the first call. This goes beyond the schema by clarifying the pagination lifecycle.

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 identifies the resource as chat events/new messages and adds pagination context, making the tool's basic purpose understandable. However, it lacks an explicit verb like 'list' or 'get' and does not differentiate itself from siblings such as wb_chat_send or wb_buyer_chats.

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 provides clear operational guidance: 'first call without next, then next from the response.' This tells the caller exactly how to drive the paginated flow, though it does not state when to prefer this tool over alternatives.

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