GM
Ganty MCP
/get_critical_path
get critical path
Calculate the critical path of a project on the Ganty side and return it as data (don't ask the model to reason over raw task lists). Uses forward/backward CPM
liveunknown~5s typical
mcpgantymcp
$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-app-ganty-mcp-server /get_critical_path for me.
Input
| Field | Type | Description |
|---|---|---|
| project_id* | string | Project ID (UUID) |
| as_of_date | string | YYYY-MM-DD. Start point for projecting remaining work. Defaults to today. |
| business_days | boolean | If true, skip Saturday and Sunday in duration calculations. National holidays are still tr |
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-app-ganty-mcp-server","endpoint":"/get_critical_path","input":{"project_id":"..."}}'cli
npx cracked-ai run -p mcp-app-ganty-mcp-server -e /get_critical_path -i '{"project_id":"..."}'mcp
run_tool({ provider: "mcp-app-ganty-mcp-server", endpoint: "/get_critical_path", input: {"project_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.