Skip to main content
Glama

wb_dbs_order_meta_set

Set DBS order marking metadata with SGTIN, UIN, IMEI, or GTIN values to confirm order status.

Instructions

DBS order marking: sgtin|uin|imei|gtin, status confirm (маркировка DBS).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYessgtin: array; others: string
order_idYes
meta_typeYes

Schema Changelog

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

  1. First observedv2.6.1

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing side effects, but it only offers the ambiguous phrase 'status confirm' without explaining what it changes. It does not state whether existing marks are overwritten or appended, whether the operation is idempotent, or what permissions are required.

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 terse and front-loads the resource and allowed meta types, but it wastes a little space on the redundant Russian parenthetical '(маркировка DBS)' and uses the cryptic 'status confirm' phrase. Brevity is achieved at the cost of clarity.

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 mutation tool with no annotations, no output schema, and low schema coverage, the description is not complete enough. It leaves out overwrite semantics, how to construct valid sgtin arrays or string values, what 'status confirm' means, and what the agent should expect after the call.

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?

The schema documents meta_type's enum and the value type condition, and the description restates the mapping compactly. However, schema coverage is only 33%, and order_id remains undocumented while value format details and examples are absent, so the description only partially compensates.

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 names the resource (DBS orders) and the action (marking) and enumerates the supported meta types (sgtin, uin, imei, gtin), so an agent can infer this is the setter for DBS order metadata. It does not explicitly contrast with sibling tools like wb_dbs_order_meta_get or wb_order_meta_set, but the purpose is not tautological and is reasonably 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?

There is no guidance on when to use this tool versus sibling alternatives such as wb_dbs_order_meta_get, wb_dbs_order_meta_delete, or the non-DBS wb_order_meta_set. The phrase 'DBS order marking' implies a context, but the description provides no conditions, prerequisites, or exclusions.

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