tmall-seller-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| tmall_loginA | 登录天猫/淘宝商家后台。首次使用需要提供账号密码,之后会自动保存并复用。 |
| tmall_check_loginC | 检查当前登录状态 |
| tmall_navigateA | 导航到指定页面(需要先登录) |
| tmall_get_contentA | 获取页面内容(需要先登录) |
| tmall_clickB | 点击页面元素(需要先登录) |
| tmall_typeB | 在输入框中填写文本(需要先登录) |
| tmall_screenshotA | 截取当前页面截图(需要先登录) |
| tmall_get_accountsB | 获取已保存的所有店铺账号 |
| tmall_save_accountA | 保存店铺账号(不登录,仅保存) |
| tmall_closeD | 关闭浏览器 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Each tool targets a distinct action: login, login-status check, navigation, content retrieval, click, typing, screenshot, account management, and browser close. There is no meaningful overlap between tools.
All tools share the tmall_ prefix and use consistent verb-based naming, with verb_noun forms for operations like get_content, get_accounts, and save_account. The naming pattern is uniform and predictable.
With 10 tools, the set is well-scoped for browser automation of a seller backend. Each tool represents a necessary core capability without redundancy or bloat.
The tool surface covers the main browser automation lifecycle: login, navigation, interaction, content extraction, screenshots, and account management. Minor omissions like logout or explicit waiting are present, but agents can work around them.