Skip to main content
Glama
A1-x-Tech

mcp-yandex-dostavka

Экспресс: создать заявку

express_create_claim

Creates an express delivery request and starts its evaluation. Confirm the claim via express_accept_claim, or set auto_accept=true to approve automatically.

Instructions

Создаёт заявку на экспресс-доставку. ВАЖНО: заявка не запускается сразу — после создания она проходит оценку (status: new → estimating → ready_for_approval), затем её нужно подтвердить инструментом express_accept_claim; либо передайте auto_accept=true. Возвращает id (claim_id), status, version, route_points, pricing, created_ts. Идемпотентность обеспечивает request_id: повторный вызов с тем же request_id вернёт ту же заявку, а не создаст дубликат.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dueNoЖелаемое время подачи курьера (ISO-8601), например 2026-08-10T12:00:00+03:00.
itemsYesТовары к доставке. Ставка НДС передаётся кодами vat_none | vat0 | vat10 | vat20.
commentNoКомментарий курьеру (до 7000 символов).
skip_actNotrue — не формировать акт приёма-передачи.
request_idNoТокен идемпотентности (1–128 символов, query-параметр). Если не задан — UUID сгенерируется автоматически.
auto_acceptNotrue — подтвердить заявку автоматически после успешной оценки (без express_accept_claim).
route_pointsYesТочки маршрута (2–300): как минимум source и destination.
same_day_dataNoПараметры доставки «в течение дня» (для taxi_class=sdd_multislot): {delivery_interval: {from, to}}.
optional_returnNotrue — при неудачном вручении курьер не возвращает товары отправителю.
emergency_contactNoКонтакт на случай проблем с доставкой.
skip_door_to_doorNotrue — не подниматься до двери (вручение у подъезда).
skip_client_notifyNotrue — не отправлять SMS/пуши получателю.
callback_propertiesNoWebhook о смене статусов заявки.
client_requirementsYesТребования к доставке; taxi_class обязателен.
Behavior5/5

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

The description fully discloses the non-obvious lifecycle: claim is not immediately active, status passes through new → estimating → ready_for_approval, and confirmation is required. It also explains idempotency semantics tied to request_id, complementing the idempotentHint=false annotation by clarifying the conditional behavior. No annotation contradictions.

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 four sentences long, with the critical 'ВАЖНО' warning up front. Every sentence earns its place: purpose, workflow, return fields, and idempotency. No filler or 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 complex tool with 14 params, nested objects, and no output schema, the description covers the essential behavioral context: return fields (id, status, version, route_points, pricing, created_ts), the estimation/confirmation workflow, and idempotency. Parameter construction is not described but schema satisfies that need.

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 coverage is 100%, with detailed descriptions for all 14 parameters, including auto_accept and request_id. The description reiterates these but does not add new parameter-level meaning beyond the schema. Baseline 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 opens with 'Создаёт заявку на экспресс-доставку' (creates an express delivery claim), using a specific verb and resource. It also distinguishes from siblings by stating that the claim must be confirmed via express_accept_claim or auto_accept=true, clearly situating this as the creation step in the workflow.

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?

Provides clear workflow context: the claim goes through estimation and needs subsequent confirmation via express_accept_claim, or the agent can pass auto_accept=true. This implies when to use this tool versus the acceptance tool, though it doesn't mention how to choose between this and pricing/sibling tools.

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