| name | project-status |
|---|---|
| description | Get a snapshot of the current project's health — open tasks, blockers, and recent activity — using the cursor-pm MCP server. |
You need a quick summary of where the project stands: what is open, what is blocked, and what was recently completed.
- Call
pm_project_summaryto retrieve aggregate counts by status. - Call
pm_list_tasksfiltered tostatus=openandpriority=highto surface blockers. - Call
pm_list_tasksfiltered tostatus=donewith a recent date range to show completed work. - Compose a concise status report.
- Total open / in-progress / done counts
- High-priority open tasks (potential blockers)
- Recently completed tasks (last 7 days)
- One-line overall health assessment