MCP 工具 · gtm_readiness_check · 3 min
GTM 就绪度自检清单 · MCP 使用说明
更新于 2026年6月15日打开网页版工具
在 Cursor、Claude Desktop 等支持 MCP 的客户端中调用 gtm_readiness_check 工具。网页版见 GTM 就绪度自检清单。
安装 MCP Server
在客户端 mcp.json 中加入:
{
"mcpServers": {
"foldos": {
"command": "npx",
"args": ["-y", "@foldos/mcp"]
}
}
}
本地开发(仓库根目录):
{
"mcpServers": {
"foldos": {
"command": "pnpm",
"args": ["tools:mcp"]
}
}
}
工具信息
- tool name:
gtm_readiness_check - description: 用 12 项可勾选问题快速评估产品是否准备好对外推广,并定位优先补齐的 GTM 缺口。
输入参数
answers (必填)
object— Checklist item keys mapped to completion status. Keys: positioning_one_liner, icp_specific, competitor_diff, primary_channels, landing_cta, social_templates, north_star_metric, utm_tracking, retro_schedule
locale (可选)
string— Response language for labels and recommendations (zh,en)
调用示例
{
"answers": {
"positioning_one_liner": true,
"icp_specific": true,
"competitor_diff": false,
"primary_channels": true,
"landing_cta": true,
"social_templates": false,
"north_star_metric": true,
"utm_tracking": true,
"retro_schedule": false
},
"locale": "zh"
}
本文档由 pnpm tools:generate-mcp 自动生成,请勿手改。