返回 MCP 工具

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"]
    }
  }
}

工具信息

输入参数

answers (必填)

locale (可选)

调用示例

{
  "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 自动生成,请勿手改。