PDD-MMS-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 | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pdd_statusA | 检查 Chrome 调试端口连接、mms.pinduoduo.com 标签页、登录态与页面内请求通道是否可用。其他工具报错时先调这个。 |
| pdd_reviews_listA | 跨页拉取 mms 后台评价列表(自动复用页面自身请求体模板)。可只看待举报、关键词过滤、导出 CSV。 |
| pdd_chat_usersA | 列出店铺的客服账号(mmsId + 名称),配合 pdd_chat_export 的 mmsId 参数使用。 |
| pdd_chat_dataA | 按客服账号/订单号/商品ID 查询聊天记录(纯数据 JSON;时间跨度限制与后台一致:按客服/订单 ≤31 天、按商品 ≤7 天)。如需导出 Excel 文件,用 pdd-chat-export skill。 |
| pdd_overview_dataA | 拉取经营总览数据(纯 JSON,数据为最近已就绪日即前一日):成交金额/订单/转化率/退款等核心指标+环比、店铺评分与五维能力、GMV升级进度、客服质量。如需 Excel 报表,用 pdd-daily-report skill。 |
| pdd_goods_dataA | 拉取商品维度数据(纯 JSON):全部商品列表,每商品含昨日全天指标、今日实时指标、活动推荐;附带推广数据(昨日,单元花费/ROI/商品ID)与店铺级今日实时。withYesterdayFullDay=true 时逐商品拉取更精确的昨日数据(较慢)。如需 Excel 报表,用 pdd-daily-report skill。 |
| pdd_goods_detailA | 单品深度分析(全部明文接口):今日/昨日完整指标+分时销量趋势、售后质量(平台介入/质量退款)、商品领航员得分、商品体检分、评价概况。goodsId 从 pdd_goods_data 的结果里拿。 |
| pdd_goods_navigatorA | 全店商品领航员列表:每商品的综合得分百分位/层级、描述平均分、质量退款率、拼差率、中差评率、库存、在售状态。用于找出拖后腿的商品。 |
| pdd_promotion_operationsA | 真实商品推广抽屉操作记录接口;参数化日期范围,核验店铺/广告/商品,逐页校验total,按事件ID去重;保留秒级操作时间及原始变更文案,操作人匿名化,类型未返回时为null;早于平台窗口明确报错。不请求小时、不改投放。 |
| pdd_promotion_creative_dailyA | 从当前推广列表核验店铺/广告/商品,仅读取该ad创意日报;保留null抑制指标,无创意小时或单品小时请求。 |
| pdd_promotion_exportA | 生成只读报表任务并下载原始XLS/XLSX、解析JSON及身份/日期/覆盖/总计manifest;不改预算出价。shop-hourly全店单日小时通常数秒至数分钟,默认最多60轮每轮间隔2秒另加网络下载时间;超时从同一taskId/输出目录恢复,不反复生成。unit-hourly单商品单日、unit-daily单商品日期区间直接下载。全店文件只含有数据商品,缺行不补零;创意不在此报表。依赖python openpyxl/xlrd。 |
| pdd_promotion_listA | 按明确CDP端点读取商品推广scenesMode=1全量列表及汇总,分页去重与店铺身份核验;配合pdd_promotion_detail逐单元读取小时和创意昨日数据。 |
| pdd_promotion_detailA | 按adId读取单个稳定成本推广的昨日/指定日数据:dailyReport、24小时原始指标、创意图片及日指标。强制expectedMallId核验店铺;创意小时明确unsupported,平台抑制的null指标不是零。仅已验证scenesMode=1。 |
| pdd_promotion_dataA | 拉取营销中心推广数据(默认昨日):全部推广单元(花费/ROI/GMV/订单/目标投产比/日限额/商品ID/分组/托管状态)+ 账户汇总 + 近几日每日花费。均为明文。会临时打开营销中心页采集,耗时约30秒。 |
| pdd_capture_reviews_templateA | 调试用:驱动浏览器依次打开评价管理候选页,抓取页面自身 /saturn/reviews/list 请求体并保存为模板(pdd_reviews_list 首次会自动做,一般无需手动调)。 |
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 15 tools
Most tools target distinct resources, but the promotion cluster has several overlapping surfaces (e.g. pdd_promotion_list vs pdd_promotion_data both pull all units/summaries, and pdd_promotion_detail vs pdd_promotion_creative_daily both include creative daily metrics). Long descriptions help, but an agent can easily misselect among these.
All names are lowercase snake_case with a pdd_ prefix and a predictable domain prefix, but the suffix style is mixed: status, list, data, detail, export, capture_reviews_template. This is mostly consistent and readable, with minor ordering deviations such as pdd_capture_reviews_template versus pdd_reviews_list.
15 tools is at the upper edge of the typical range and covers multiple domains, so the count is reasonable. However, the promotion sub-domain uses six tools and there is a debug-only template capture tool, making the surface slightly heavier than necessary.
The read-only analytics scope is well covered: status, reviews, chat, overview, goods, and promotion all have query/export paths. Minor gaps exist (e.g. no direct chat export tool and no review detail/reply action), but these are either outside the read-only intent or covered by external skills.