Skip to main content
Glama
theYahia

delovye-linii-mcp

by theYahia

create_order

Create a cargo delivery order between two cities, specifying sender and receiver details, cargo weight, dimensions, and optional pickup or terminal delivery preferences.

Instructions

Создание заказа на грузоперевозку в Деловых Линиях.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cargo_widthNoШирина в м
sender_nameYesФИО отправителя
cargo_heightNoВысота в м
cargo_lengthNoДлина в м
cargo_weightYesВес груза в кг
sender_phoneYesТелефон отправителя
receiver_nameYesФИО получателя
cargo_quantityNoКоличество мест
receiver_phoneYesТелефон получателя
sender_addressNoАдрес забора груза (если забор от двери)
sender_city_idYesID города отправителя
receiver_addressNoАдрес доставки (если до двери)
receiver_city_idYesID города получателя
cargo_descriptionNoОписание груза
sender_terminal_idNoID терминала отправления (если сдача на терминал)
receiver_terminal_idNoID терминала получения (если выдача с терминала)
Behavior2/5

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

With no annotations provided, the description carries full disclosure burden. It does not state the tool is a write/mutation action, any pricing/quote implications, whether addresses vs terminal pickups are mutually exclusive, limits, or what happens on success/failure. It adds only the carrier context (Business Lines).

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 extremely short (one sentence). While concise, it undersells a complex 16-parameter mutation tool. This is under-specification rather than effective conciseness, though it is front-loaded with the core purpose.

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?

For a 16-parameter mutation tool with no annotations and no output schema, the description should explain dimensions like the sender/receiver terminal-vs-address relationship (mutually exclusive?), quantity defaulting, and expected outcome. None of this is covered. The tool is more complex than the single-sentence description acknowledges.

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 already documents all 16 parameters. The description adds no parameter-level semantics beyond what's in the schema. Per rubric, baseline is 3 when coverage is high, and the description doesn't compensate, so 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Creating a cargo transportation order in Business Lines' — a specific verb (create) plus resource (order) plus context (Business Lines). However, it does not distinguish itself from siblings like track, calculate, or get_order_history, which are clearly separate functions but no differentiation of scope or relationship is given.

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 on when to use this tool vs alternatives. No mention that city IDs and terminal IDs must be fetched first via get_cities/get_terminals. No mention of prerequisites or workflow order, which matters since required sender/receiver city_ids suggest prior lookups.

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/theYahia/delovye-linii-mcp'

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