Skip to main content
Glama

cdek_reverse_availability

Check if reverse delivery is available for a CDEK tariff before placing a direct order.

Instructions

Проверка доступности реверса (POST /v2/reverse/availability).

Проверяет доступность обратной доставки до создания прямого заказа. При доступности возвращается пустой ответ с кодом 200.

Args: tariff_code: CDEK tariff code (e.g. 136) from_city: Sender city name to_city: Recipient city name shipment_point: Shipment point code (для тарифов "от склада") delivery_point: Delivery point code (для тарифов "до склада")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
to_cityNo
from_cityNo
tariff_codeYes
delivery_pointNo
shipment_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, the description carries the burden. It discloses the success response (empty body with 200) but omits behavior on failure (e.g., error code) and any side effects. This is minimal but acceptable for a simple check endpoint.

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 brief, starting with purpose, then behavior, then parameter list. No redundant sentences, though the parameter list could be integrated into the schema. Front-loads the core function effectively.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has an output schema (so return values are covered elsewhere) and parameters have context from the description, it is fairly complete. Could mention that this is a prerequisite for reverse orders, but not critical.

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 coverage is 0%, so the description compensates by explaining each parameter's role, including nuances for shipment and delivery points ('от склада' / 'до склада'). It adds value beyond the schema's type/defaults, though defaults could be noted.

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 checks reverse delivery availability (реверса) before creating a direct order, and refers to the specific endpoint POST /v2/reverse/availability. This verb+resource combination distinguishes it from sibling tools like cdek_create_order or cdek_calculate_tariff.

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 implies use before creating a direct order when reverse delivery is needed ('до создания прямого заказа'). However, it does not explicitly state when not to use it or mention alternatives, though no alternative reverse-check tool exists among siblings.

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