Skip to main content
Glama
tukimtk-design

Openworker E-Commerce MCP Server

ecommerce_fulfill_order

Trigger shipment arrangement for an e-commerce order by specifying platform and order ID. Optionally set a tracking provider to automate fulfillment across Shopee, TikTok Shop, and Lazada.

Instructions

Trigger shipment arrangement

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orderIdYes
platformYes
trackingProviderNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of disclosing side effects. 'Trigger shipment arrangement' implies a mutating action but does not state whether it creates a shipment record, sends notifications, is reversible, or has any prerequisites or consequences.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely short, but this is under-specification rather than efficient conciseness. A single vague phrase does not earn its place because it fails to convey necessary operational detail.

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

Completeness1/5

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

For a mutating fulfillment operation with no annotations, no output schema, and fully undocumented parameters, the description is far from complete. The agent lacks critical context about required inputs, effects, and likely failure modes.

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

Parameters1/5

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

Schema description coverage is 0% and the description adds no meaning to any of the three parameters. The agent gets no explanation of what 'platform', 'orderId', or 'trackingProvider' represent, what format they should take, or how they interact.

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 a specific action ('Trigger shipment arrangement') that suggests initiating fulfillment for an order, which distinguishes it from read-only tools like get_pending_orders. However, 'shipment arrangement' is somewhat vague and does not explicitly say it marks an order as fulfilled or contacts a shipping provider, so the action is only partially clarified.

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?

There is no guidance about when this tool should be used, what conditions must be met before calling it, or how it relates to sibling tools such as ecommerce_get_pending_orders or ecommerce_update_price_stock. The agent must infer usage purely from the name and description.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.