Skip to main content
Glama

cdek_create_intake

Schedule a courier pickup for cargo delivery to a CDEK warehouse. Provide pickup date and order reference to create an intake request.

Instructions

Регистрация заявки на вызов курьера (POST /v2/intakes).

Вызов курьера для забора груза со склада с последующей доставкой до склада СДЭК. Рекомендуемый минимальный диапазон времени — не менее 3 часов.

At least one of cdek_number or order_uuid must be provided.

Args: intake_date: Pickup date YYYY-MM-DD (не более 31 дня от текущей) cdek_number: CDEK order number order_uuid: Order UUID (alternative to cdek_number) intake_time_from: Pickup time from HH:MM (default 09:00, не ранее 9:00) intake_time_to: Pickup time to HH:MM (default 18:00, не позднее 22:00) comment: Comment for the courier name: Cargo description

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
commentNo
order_uuidNo
cdek_numberNo
intake_dateYes
intake_time_toNo18:00
intake_time_fromNo09:00

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the burden. It mentions the HTTP method and parameter constraints but does not disclose side effects, idempotency, or error behavior. It is adequate but could be improved.

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 well-structured with a brief first line, usage guidelines, and a clear Args section. It is slightly verbose in repeating constraints but remains efficient and easy to parse.

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

Completeness5/5

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

Given 7 parameters with only 1 required, the description covers all essential details: purpose, usage guidelines, and parameter semantics. An output schema exists, so return value documentation is not required. The description is complete for an AI agent to confidently invoke the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description fully compensates by explaining all 7 parameters: format for intake_date, the relationship between cdek_number and order_uuid, default values and time constraints for intake_time_from/to, and the purpose of comment and name. This adds significant meaning beyond the schema.

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 action: registration of a courier pickup request via POST /v2/intakes. It distinguishes from sibling tools like cdek_get_intake, cdek_update_intake, and cdek_delete_intake by focusing on creation.

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?

It provides explicit usage constraints: recommended minimum 3-hour time range, and that at least one of cdek_number or order_uuid must be provided. It does not explicitly state when to use alternatives, but the context is clear.

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