Skip to main content
Glama

cdek_calculate_tariff_and_service

Calculate delivery cost and transit time for available tariffs and additional services based on sender and recipient cities, package weight, and dimensions.

Instructions

Расчет по доступным тарифам и дополнительным услугам (POST /v2/calculator/tariffAndService).

Расчет стоимости и сроков доставки по доступным тарифам с учетом дополнительных услуг.

Args: from_city: Sender city name to_city: Recipient city name weight_kg: Package weight in kg length: Package length in cm (default 10) width: Package width in cm (default 10) height: Package height in cm (default 10)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
widthNo
heightNo
lengthNo
to_cityYes
from_cityYes
weight_kgYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description fails to disclose behavioral traits such as whether the tool is read-only, destructive, or requires authentication. It only mentions it's a POST request, which is minimal.

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 reasonably sized with a clear structure (endpoint, explanation, args). However, it repeats information from the schema and could be more front-loaded with essential details.

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?

Despite the existence of an output schema, the description does not mention return values or structure. It lacks context to distinguish from many sibling tariff tools, making it incomplete for effective selection.

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 description adds basic semantics for parameters (e.g., 'Package weight in kg', 'length in cm') and provides defaults. However, it does not explain permissible formats for city names or other constraints, leaving gaps.

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 clearly states it calculates cost and delivery time for available tariffs with additional services using a POST endpoint. However, it does not explicitly differentiate from sibling tools like cdek_calculate_tariff or cdek_calculate_tarifflist, leaving ambiguity.

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 guidance is provided on when to use this tool versus alternatives, nor any prerequisites or context for its invocation. The agent receives no help in selecting this tool over similar ones.

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