Ganty MCP
GM
Ganty MCP
/reschedule_and_propagate

reschedule and propagate

Compute the downstream impact of shifting a single task. Default is dry_run (no DB writes); set mode='commit' to actually persist the changes. Cascades forward

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 /reschedule_and_propagate for me.

Input

FieldTypeDescription
task_id*stringTask ID (UUID) to shift
shiftstringRelative shift like '+3d' (push back) or '-2d' (pull earlier). Specify exactly one of shif
new_start_datestringAbsolute new start date as YYYY-MM-DD. Specify exactly one of shift or new_start_date.
modestring (dry_run | commit)dry_run (default): compute and return; do not modify DB. commit: write to DB in a single t
respect_dependenciesbooleanIf false, only the named task moves; successors are not cascaded. Default true.
pinned_task_idsarrayAdditional task IDs to treat as pinned (in addition to progress=100 tasks).
business_daysbooleanIf true, skip Sat/Sun in duration math. Defaults to false.

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":"/reschedule_and_propagate","input":{"task_id":"..."}}'
cli
npx cracked-ai run -p mcp-app-ganty-mcp-server -e /reschedule_and_propagate -i '{"task_id":"..."}'
mcp
run_tool({ provider: "mcp-app-ganty-mcp-server", endpoint: "/reschedule_and_propagate", input: {"task_id":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.