| name | manage-tasks |
|---|---|
| description | Create, update, list, and close project tasks using the cursor-pm MCP server. Use when you need to track work items for the current project. |
You need to create, update, list, or close tasks for the current project.
- List existing tasks with
pm_list_tasksto understand current state. - For new tasks, call
pm_create_taskwith a title, optional description, priority, and assignee. - To update a task status, call
pm_update_taskwith the task ID and new status (open,in-progress,done). - To close a task, call
pm_close_taskwith the task ID. - Summarise the current task board after any mutation.
- Always list tasks before creating duplicates.
- Keep task titles concise and action-oriented.
- Set priority (
low,medium,high) based on impact and urgency.
- Current task list with statuses
- IDs of any created or updated tasks
- Next recommended action