ENDPOINT 1
https://ganty.app/api/mcp
Known tools 15
list_workspacesGet all workspaces the authenticated user is a member of.
list_projectsList all projects in a workspace (excluding archived).
create_projectCreate a new project in a workspace.
delete_projectPermanently delete a project.
list_tasksList tasks in a project.
get_taskGet detailed information about a single task, including assignees and dependencies.
list_milestonesList milestones in a project (key dates such as launch or review gates).
create_milestoneAdd a milestone (key date) to a project.
create_taskCreate a new task in a project.
update_taskUpdate fields of an existing task.
set_task_progressUpdate the progress percentage of a task (0-100).
add_dependencyAdd a finish-to-start dependency between two tasks in the same project.
delete_taskDelete a task.
get_critical_pathCalculate 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).
reschedule_and_propagateCompute the downstream impact of shifting a single task.