Skip to main content
Glama
A1-x-Tech

Yango Tech Retail MCP

Create an order

create_order

Creates a retail order on Yango Tech using an order ID, cart, and delivery details through the B2B API, returning the raw response for tracking.

Instructions

Creates an order on the Yango Tech platform (POST /b2b/v1/orders/create). You supply the order_id; the same body shape is used by the platform for order updates. All money fields are decimal STRINGS (e.g. "150.00"), never numbers. The response body is not documented upstream and is returned verbatim. After creation, track progress with get_orders_state (get_order does NOT return the state).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cartNoShopping cart: items plus totals (all money as decimal strings).
order_idYesClient-side order id (you choose it; reuse it in the other order tools).
store_idNoWMS store (darkstore) id from get_stores.
courier_pinNoPIN the courier must present on handover.
payment_typeNoPayment type. Known values: cash, online, card, apple_pay, loyalty (the list is open-ended).
human_order_idNoHuman-readable order number shown to the customer.
delivery_addressNoDelivery address: coordinates plus optional structured address and comment.
client_phone_numberNoCustomer phone number in international format.
delivery_propertiesNoDelivery properties: type and optional {start, end} slot.
use_external_logisticsNotrue — delivery is handled by external (3PL) logistics instead of the platform.
Behavior5/5

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

Annotations only flag high-level traits (readOnly=false, etc.). The description adds critical behavioral detail: all money fields are decimal strings, the response is undocumented and returned verbatim, and order state must be tracked via get_orders_state because get_order does not return it.

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?

Four sentences; each delivers a distinct fact: action+endpoint, order_id/body-share, money-format, response, and state-tracking. No wasted words and critical details are front-loaded.

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?

Despite the tool's complexity (10 params, nested objects, no output schema), the description covers the key non-obvious information needed for correct invocation: money string format, opaque response, how to follow up on state, and the client-supplied order_id. It fully compensates for absent output schema and enriches annotations.

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 covers 100% of parameters with descriptions, so baseline is 3. The description adds minimal new parameter-level meaning beyond what's in the schema; 'All money fields are decimal strings' and 'You supply the order_id' reinforce but don't substantively extend the schema's per-field descriptions.

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?

States the specific verb+resource: 'Creates an order on the Yango Tech platform (POST /b2b/v1/orders/create).' The mention of order_id supply and the shared body shape with updates distinguishes creation from update operations, and sibling tools like cancel_order/get_order.

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 explicit post-creation guidance: 'track progress with get_orders_state (get_order does NOT return the state)' — a clear when-to-use alternative. It also clarifies the order_id is client-supplied, but it doesn't exhaustively contrast with all sibling tools (e.g., cancel_order or update-like flows).

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-yango-retail'

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