MCP tools/Plans
Plans, phases, tasks
Plans hold ordered phases, which hold tasks. Tasks can have dependencies; the cascade engine (`previewTaskDependencyCascade`) computes the ripple effect of a date change before applying it (`applyTaskDependencyCascade`), with a review-acceptance gate so a human (or another agent) can sign off.
Live discovery
searchTools with category: "plans" to fetch this list at runtime, complete with full input schemas. The page below is the human-readable mirror.28 tools
Every tool below honours the credential’s permission scope and the user’s org role. Agents see only what they’re authorised to call.
acceptTaskDependencyReview
Sign off on a pending cascade review.
addPlanActivity
Add a comment or activity entry to a plan.
applyTaskDependencyCascade
Apply a previously previewed cascade in one transaction.
createPlan
Create a new plan.
createPlanPhase
Add a phase.
createTask
Create a new task.
createTaskDependency
Link two tasks with a finish-to-start (or other) constraint.
deletePlan
Remove a plan.
deletePlanComment
Remove an activity entry.
deletePlanPhase
Remove a phase.
deleteTaskDependency
Remove a dependency.
dismissTaskDependencyReview
Discard a pending cascade review.
getPlan
Read a plan with its phases and items.
getPlanHierarchy
Plan → phases → tasks tree.
getPlanPhase
Read a single phase.
getTask
Read a single task.
listPlanPhases
Phases under a plan.
listPlans
List plans under a project.
listTaskDependencies
Inbound and outbound dependencies for a task.
listTasks
List tasks in a phase.
previewTaskDependencyCascade
Compute the ripple effect of a schedule change before applying.
reorderPlanPhases
Set the WBS order of phases.
setPlanItemParent
Move a document or folder to a new parent (works across folders + plan items).
updatePlan
Change plan metadata or status.
updatePlanComment
Edit an activity entry.
updatePlanPhase
Edit phase dates, title, or owner.
updateTask
Edit task fields, schedule, owner, or completion.
updateTaskDependency
Change a dependency's type, lag, or critical flag.