Skip to main content
Glama
waka4674

shipsaving-mcp

by waka4674

create_order

Create a shipping order by providing the order number, recipient address, and order items. All required fields must be complete before submission.

Instructions

手动创建订单。【重要】调用此接口前必须先准备好所有信息:1) 如果用户指定了地址簿ID,先调用 list_addresses 获取该地址的完整信息;2) 确认订单号、商品信息(名称、数量、单价)齐全;3) 缺少任何必填信息时必须先向用户询问,不得传空值调用接口。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
order_numberYes订单号
to_addressYes收件地址(必须传完整地址信息,即使引用地址簿也需要填入所有字段)
order_itemsYes订单商品列表
amountNo订单总金额
currencyNo币种,如 USD
order_dateNo订单日期,ISO 8601 格式,如 2026-04-11T09:36:01Z
timezoneNo时区ID,如 Asia/Shanghai,为空则默认 UTC
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses that the tool creates an order and requires complete data. However, it does not mention the response structure (e.g., returns order ID) or any side effects beyond creation.

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 front-loaded with the purpose, followed by a numbered list of prerequisites. It is concise and each sentence adds value, though it could be slightly trimmed.

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

Completeness3/5

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

Given the complexity (7 parameters, nested objects) and no output schema, the description covers prerequisites well but omits what the response contains (e.g., order ID). It lacks information on idempotency or duplicate handling.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds meaningful context beyond the schema: it emphasizes that even when using an address book ID, all address fields must be filled. It also reinforces that order_number, item_name, quantity, and unit_price must be complete.

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 '手动创建订单' (manually create an order), specifying the action and resource. It distinguishes from siblings by outlining unique prerequisites such as calling list_addresses if using an address book, which no other sibling tool requires.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit when-to-use instructions: prepare all information, fetch address via list_addresses if needed, confirm order items, and never call with null values. It also tells the agent to ask the user for missing mandatory fields, preventing erroneous calls.

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/waka4674/shipsaving-mcp'

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