Skip to main content
Glama
waka4674

shipsaving-mcp

by waka4674

search_orders

Search and filter orders by status, store, date, or keyword. Use hybrid search for order numbers, tracking numbers, or recipient names.

Instructions

搜索订单列表,支持按状态、店铺、日期、关键词等筛选。当用户提供了类似 ID 的内容(如订单号、追踪号、订单ID等),必须通过 hybrid 参数传入进行搜索。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNo订单状态:AWAITING / SHIPPED / CANCEL
store_idNo店铺ID
carrier_codeNo承运商代码(已发货订单)
from_order_dateNo订单开始日期,如 2024-11-10T00:00:00Z
to_order_dateNo订单结束日期,如 2024-11-10T00:00:00Z
destination_typeNo收件地址类型:DOMESTIC / INTERNATIONAL
filter_combinedNo筛选合并订单
filter_splitNo筛选拆分订单
item_nameNo商品名称
item_skuNo商品SKU
to_cityNo收件城市
hybridNo混合搜索:当用户提供任何类似 ID 的内容(订单号、追踪号、订单ID等)时,通过此参数传入。支持追踪号/订单号精确搜索、收件人姓名模糊搜索
tag_idsNo标签ID列表
has_order_noteNo是否有订单备注
page_noNo页码
page_sizeNo每页数量,最大200
Behavior3/5

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

No annotations provided, so the description bears full burden. It mentions hybrid supports exact tracking/order search and fuzzy recipient name, but does not disclose pagination behavior, default ordering, or read-only nature. Schema covers parameter descriptions, but description lacks behavioral context beyond basic filters.

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?

Two sentences: first states core function and filters, second provides essential usage rule. Extremely concise with no wasted words, front-loaded with key information.

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?

While parameter descriptions are complete in schema, the description lacks information about return format (list of orders or details?), sorting, and handling of empty results. Given no output schema, more completeness would be beneficial. However, sibling tool get_order_detail covers single order details.

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%, baseline 3. The description adds critical usage rule for the hybrid parameter that is absent from the schema description. This provides meaningful extra guidance beyond what the schema alone offers.

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 it searches order lists with filters (status, store, date, keyword). The distinction from sibling tools like get_order_detail (single order) and search_shipments (shipments) is clear.

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?

Explicitly instructs to use the hybrid parameter when the user provides ID-like content (order number, tracking number, etc.), providing clear when-to-use guidance and differentiating from a plain keyword search.

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