get_project_status
Get a project's status overview to track progress, identify overdue tasks, and surface blockers. Returns progress percentage, status breakdown, active agents, and overdue items.
Instructions
Get rollup status of a project: progress percentage, status breakdown, active agents, overdue tasks, and blockers. Use list_tasks(type: 'project') to find project IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project ID (e.g. 'proj-2026-03-09-abc123'). Use list_tasks(type: 'project') to find project IDs. |