MCP Tools · gtm_readiness_check · 3 min
GTM Readiness Checklist · MCP Guide
Updated Jun 15, 2026Open web tool
Call the gtm_readiness_check tool from MCP-capable clients such as Cursor or Claude Desktop. Web version: GTM Readiness Checklist.
Install MCP server
Add to your client mcp.json:
{
"mcpServers": {
"foldos": {
"command": "npx",
"args": ["-y", "@foldos/mcp"]
}
}
}
Local development (repo root):
{
"mcpServers": {
"foldos": {
"command": "pnpm",
"args": ["tools:mcp"]
}
}
}
Tool
- tool name:
gtm_readiness_check - description: Twelve yes-or-no questions to see if your product is ready to promote—and where to close GTM gaps first.
Input parameters
answers (required)
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 (optional)
string— Response language for labels and recommendations (zh,en)
Example
{
"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": "en"
}
This page is auto-generated by pnpm tools:generate-mcp. Do not edit manually.