topview-tiktok-shop-ops
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseTopview TikTok Shop Ops
Topview TikTok Shop 运营工具
TikTok Shop data via the host's unified server (progressive disclosure; domain ; deferred tools).
topview-mcptiktoktd_*通过主机统一的****服务器获取TikTok Shop数据(渐进式披露;域名为;延迟加载工具)。
topview-mcptiktoktd_*Step 0 — Bootstrap
步骤0 — 初始化准备
- Confirm MCP server is connected (look for
topview-mcp,use_tiktok_data,get_tool_schema). Do not expectcall_toolas top-level tools/list entries.td_* - If missing, point the user to →
mcp.example.json, reload MCP.~/.cursor/mcp.json - Do not run , open SSE yourself, or use curl/raw HTTP.
scripts/mcp_call.py
- 确认已连接MCP服务器****(查看是否有
topview-mcp、use_tiktok_data、get_tool_schema工具)。不要期望call_tool工具会直接出现在顶层工具列表中。td_* - 如果未找到相关工具,请引导用户查看→
mcp.example.json,然后重新加载MCP。~/.cursor/mcp.json - 请勿运行、自行开启SSE或使用curl/原生HTTP请求。
scripts/mcp_call.py
Execution
执行流程
Server: (unified). Never open SSE yourself.
topview-mcpTikTok data tools are deferred. Invoke via progressive disclosure:
- Read the description on
use_tiktok_data(embedded Tools catalog). Callingtools/listonly to list tools is optional.use_tiktok_data - Pick a deferred name from the catalog or references/tool_routing.md.
td_* - with
get_tool_schema.{ "name": "<td_*>", "domain": "tiktok" } - with
call_tool(confirm shape with schema).{ "name": "<td_*>", "domain": "tiktok", "arguments": { "req": { ... } } }
Typical host tool ids: / .
Prefer for market/item/creator/video/live intelligence. Do not use / Amazon deferred names for TikTok intents.
mcp__topview-mcp__get_tool_schemamcp__topview-mcp__call_toolPrefer
td_*use_amazon_data服务器:(统一入口)。禁止自行开启SSE。
topview-mcpTikTok数据工具采用延迟加载方式。需通过渐进式披露流程调用:
- 查看(内置工具目录)中的
tools/list说明。调用use_tiktok_data仅用于列出工具,此步骤为可选操作。use_tiktok_data - 从工具目录或references/tool_routing.md中选择一个延迟加载的工具名称。
td_* - 使用参数调用
{ "name": "<td_*>", "domain": "tiktok" }。get_tool_schema - 使用参数调用
{ "name": "<td_*>", "domain": "tiktok", "arguments": { "req": { ... } } }(请根据工具schema确认参数格式)。call_tool
典型的主机工具ID: / 。
优先使用工具获取市场/商品/达人/视频/直播情报。请勿针对TikTok相关需求使用或亚马逊延迟加载工具名称。
mcp__topview-mcp__get_tool_schemamcp__topview-mcp__call_tool优先使用
td_*use_amazon_dataUX Rules
用户体验规则
- Be concise; lead with actionable findings.
- Ask for region / category / product identifiers when missing.
- Do not invent private shop-backend ads metrics.
- For video/image/avatar production, chain to .
topview-generate - Match the user's language.
- 内容简洁,优先展示可执行的分析结果。
- 当缺少区域/品类/商品标识符时,主动询问用户。
- 请勿编造私有店铺后台的广告指标。
- 如需生成视频/图片/头像,请关联调用工具。
topview-generate - 使用与用户一致的语言进行沟通。
Source
来源
Adapted from Marketing Studio TikTok Shop expert skills (V030) + topview-mcp.
改编自Marketing Studio TikTok Shop专家技能(V030)+ topview-mcp。