Skip to main content
Glama

wb_orders_status_history

Retrieve status history for up to 100 cross-border orders by order IDs. Track changes and current statuses to monitor fulfillment.

Instructions

Order status history, cross-border, max 100 (история статусов).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
order_idsYes

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
Behavior3/5

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

No annotations exist, so the description carries the disclosure burden. It does add two useful behavioral facts: results are limited to 100 and the data is cross-border-scoped. However, it does not state whether the operation is read-only, what happens if more than 100 statuses exist, whether pagination is available, or what the response shape is.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded with the core action, which is good. However, the parenthetical '(история статусов)' merely repeats 'status history' in Russian and adds no information. The comma-fragment structure reads more like tags than a coherent sentence.

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 one-parameter tool the description captures essential limits (max 100, cross-border), but with no output schema it omits the return format entirely. It also fails to clarify whether input order_ids length is capped or whether max 100 applies to returned statuses. Sibling differentiation and error semantics are also absent.

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

Parameters1/5

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

The schema has 0% description coverage, so the description was expected to explain order_ids, but it never mentions the parameter. 'Max 100' may hint at a limit, but it is not tied explicitly to the input array. Thus the description adds no parameter meaning beyond the schema's type and required flag.

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 that the tool returns order status history and adds two boundary qualifiers: cross-border scope and max 100 entries. It lacks an explicit action verb, but 'history' plus the Russian parenthetical make the retrieval intent clear. It is distinguishable from current-status siblings like wb_orders_status because it specifies history and a result cap.

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?

No when-to-use guidance is provided; the description does not say how this differs from wb_orders_status, wb_dbs_orders_status, or wb_orders_list. The only contextual signal is 'cross-border,' but there is no explicit instruction for choosing this tool over alternatives. An agent must infer usage from the name and sibling set.

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