Skip to main content
Glama
A1-x-Tech

mcp-yandex-dostavka

Экспресс: оценка стоимости

express_check_price
Read-onlyIdempotent

Estimate same-day express delivery cost without creating an order. Provide route points by address or coordinates to get price, distance, and ETA.

Instructions

Первичная оценка стоимости экспресс-доставки (день в день) БЕЗ создания заявки. Возвращает price (строка-decimal, не число!), currency_rules {code, sign}, distance_meters, eta (минуты) и zone_id. Точки маршрута задаются координатами [долгота, широта] и/или адресом строкой. Типовые ошибки: 400 address_not_found (адрес не распознан), 409 estimating.cant_construct_route (маршрут не строится).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYesТовары/грузоместа.
requirementsNoТребования к доставке (класс, тип кузова, доп. опции).
route_pointsYesТочки маршрута: координаты и/или адрес (хотя бы одно из двух у каждой точки).
skip_door_to_doorNotrue — отключить доставку до двери (по умолчанию false).
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, covering safety. The description adds important behavioral details: price is returned as a string-decimal, not a number; typical errors (400 address_not_found, 409 estimating.cant_construct_route) are disclosed; and the output fields are listed. This goes beyond the annotations and aids client handling.

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

Conciseness5/5

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

The description is concise and front-loaded: it immediately states the primary purpose and the key differentiator (no order creation). It then lists return fields and typical errors in a compact, information-dense manner. Every sentence earns its place, with no redundancy.

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?

For a tool with no output schema, the description adequately covers return values (price, currency_rules, distance_meters, eta, zone_id) and common error responses. It also notes the coordinate order and the option to use addresses. It does not exhaustively describe every possible error or edge case, but it provides sufficient context for an agent to use the tool effectively.

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?

Schema description coverage is 100%, so the schema fully documents all parameters. The description mentions that route points can be coordinates and/or address, which is also in the schema. It does not add any extra meaning beyond the schema, so a baseline score of 3 is appropriate.

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's function: 'Первичная оценка стоимости экспресс-доставки (день в день) БЕЗ создания заявки' (primary cost estimate for express delivery without creating an order). It explicitly distinguishes itself from siblings by mentioning the absence of order creation, and specifies the resource (express delivery) and the action (estimation). The mention of returning price, eta, etc., further clarifies its purpose.

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 provides clear context for when to use this tool: for preliminary cost estimation, and explicitly states 'without creating an order' (БЕЗ создания заявки), which serves as a when-not-to-use for order creation. However, it does not explicitly name alternative tools like express_create_claim, so it stops short of a full 5.

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/A1-x-Tech/mcp-yandex-dostavka'

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