Skip to main content
Glama
ganyu123456

MCP Taobao Server

by ganyu123456

shangou_submit_order

Submit order and enter Alipay checkout without completing payment. Returns payment link and screenshot for manual payment in browser.

Instructions

【会真实提交订单】在确认订单页点『提交订单』,进入支付宝收银台即【停止,不输密码、不代付】,返回收银台支付链接与截图。仅在用户明确同意下单后调用(通常先 shangou_create_order 核对金额)。参数 shop=店铺序号。金额超上限(MCP_TAOBAO_MAX_ORDER_AMOUNT)会被拒绝。收银台链接与登录态/时效绑定,请在已登录浏览器(服务器为 noVNC:6080)打开付款。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
shopYes店铺序号(shangou_search 返回的 shop_id)
Behavior4/5

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

Describes the exact behavior: submits order, stops at checkout without payment, returns payment link and screenshot. Discloses that the link is session-bound and must be opened in the browser. No annotation contradictions.

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 somewhat dense but front-loaded with key action and essential usage guidance. Could be slightly more concise, but every sentence adds value.

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?

Given one parameter and no output schema, the description fully covers what the tool does, what it returns, and the necessary context (browser, login, amount limit). Complete enough for agent decision.

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?

Single parameter 'shop' is well described in schema as shop_id from shangou_search. The tool description repeats this without adding extra meaning. Schema coverage is 100%, so baseline 3.

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 submits an order and stops at the Alipay checkout without paying, distinguishing it from sibling tool shangou_create_order which is for order creation and amount verification.

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 says to call only after user consent and typically after shangou_create_order for amount check. Also mentions amount limit and that the payment link requires the browser session.

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/ganyu123456/mcp-taobao-server'

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