M
mcp
/get_roadmap_drift
Roadmap Drift
Planned vs shipped features over a window: a drift score (0-100, 100 = perfect alignment), counts (planned / shipped / on-time / slipped / unplanned / orphaned)
liveunknown~5s typical
mcpmcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-aioproductos-mcp /get_roadmap_drift for me.
Input
| Field | Type | Description |
|---|---|---|
| window | string (week | month | quarter) | Lookback window to compare planned vs shipped over (optional; default quarter). default "quarter" |
| product_id | string | Product id, from whoami (optional; spans all the org's products when omitted). |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-aioproductos-mcp","endpoint":"/get_roadmap_drift","input":{"window":"quarter"}}'cli
npx cracked-ai run -p mcp-com-aioproductos-mcp -e /get_roadmap_drift -i '{"window":"quarter"}'mcp
run_tool({ provider: "mcp-com-aioproductos-mcp", endpoint: "/get_roadmap_drift", input: {"window":"quarter"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.