Skip to main content
Glama

cdek_update_order

Update an existing CDEK order's comment or delivery point. Requires the order to be in 'Created' status.

Instructions

Изменение заказа (PATCH /v2/orders).

Изменение созданного ранее заказа. Возможно только при отсутствии движения груза на складе СДЭК (статус заказа "Создан").

At least one of uuid or cdek_number must be provided.

Args: uuid: Order UUID (идентификатор в ИС СДЭК) cdek_number: CDEK tracking number (alternative to uuid) comment: New comment for the order delivery_point: New delivery point code

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidNo
commentNo
cdek_numberNo
delivery_pointNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses the key constraint (status condition and no cargo movement) and that it is a PATCH operation. It does not mention side effects, authentication requirements, or response details, so the transparency is moderate.

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 concise with only a few lines, front-loading the purpose and the key condition. It mixes English and Russian but is reasonably structured. Minor improvement could be separating the condition more clearly.

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?

Given the tool complexity (4 params, 0 required, no annotations) and presence of an output schema, the description covers the essential update condition and parameter roles. However, it lacks details about error handling, return values (though output schema exists), and usage compared to sibling order tools. It is adequate but not thorough.

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?

Schema description coverage is 0%, so the description must compensate. It explains each parameter: uuid (CDEK system ID), cdek_number (alternative tracking number), comment (new comment), delivery_point (new pickup point code). It also clarifies that uuid and cdek_number are mutually exclusive but at least one required. This adds meaning beyond the schema's titles and defaults.

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

Purpose5/5

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

The description clearly states the tool updates an existing order ("Изменение заказа") and specifies the HTTP method (PATCH /v2/orders). It distinguishes itself from siblings like cdek_create_order, cdek_get_order, and cdek_delete_order.

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 specifies the condition: update is possible only when the order status is 'Created' and no cargo movement at the CDEK warehouse. It states the requirement that at least one of uuid or cdek_number must be provided. However, it does not explicitly list when to use this tool versus 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/dontsovcmc/mcp-server-cdek'

If you have feedback or need assistance with the MCP directory API, please join our Discord server