← Registry

Productivity

ganty.app

Manage workspaces, projects, and tasks in a project management tool.

1 endpoint15 known toolsCached registry data

ENDPOINT 1

https://ganty.app/api/mcp

No auth detected

Known tools 15

list_workspaces

Get all workspaces the authenticated user is a member of.

list_projects

List all projects in a workspace (excluding archived).

create_project

Create a new project in a workspace.

delete_project

Permanently delete a project.

list_tasks

List tasks in a project.

get_task

Get detailed information about a single task, including assignees and dependencies.

list_milestones

List milestones in a project (key dates such as launch or review gates).

create_milestone

Add a milestone (key date) to a project.

create_task

Create a new task in a project.

update_task

Update fields of an existing task.

set_task_progress

Update the progress percentage of a task (0-100).

add_dependency

Add a finish-to-start dependency between two tasks in the same project.

delete_task

Delete a task.

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).

reschedule_and_propagate

Compute the downstream impact of shifting a single task.