Skip to main content
Glama

wb_dbs_orders_client

Retrieve buyer information for confirmed DBS orders by providing order IDs. Get purchaser details after order confirmation.

Instructions

DBS buyer data, after confirm (покупатель DBS).

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.3/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 behavioral disclosure burden. It hints at a post-confirmation state but does not disclose whether the operation is read-only, what happens for unconfirmed orders, required permissions, or error/response behavior.

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

Conciseness2/5

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

The description is extremely short, but this brevity stems from under-specification, not disciplined conciseness. It provides a fragment rather than a structured, informative summary of the tool's behavior.

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?

With one required parameter, no annotations, and no output schema, the description is insufficient for an agent to confidently invoke the tool. It omits return shape, failure conditions, and a clear explanation of what 'after confirm' means operationally.

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?

Schema description coverage is 0%, and the description never mentions order_ids or explains how the buyer data relates to the supplied order identifiers. The description adds no semantic value beyond what the bare schema already shows.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The phrase 'DBS buyer data, after confirm' conveys that the tool relates to DBS order buyer information after confirmation, which adds some specificity beyond the bare tool name. However, it lacks an explicit verb/operation and does not differentiate it from nearby siblings such as wb_orders_client_info or wb_dbs_orders.

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

Usage Guidelines3/5

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

The 'after confirm' phrase implies a state condition for when the data is applicable, giving a weak usage hint. However, there is no explicit statement of when to use this tool versus alternatives like wb_dbs_orders_status or wb_orders_client_info.

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