get-project-health
Assess a project's health status and completion progress, from EXCELLENT to CRITICAL. Enable includeContext to receive task-level data and project metrics.
Instructions
Get a comprehensive health assessment for a project including completion progress, health status (EXCELLENT, ON_TRACK, AT_RISK, CRITICAL), and optional detailed context with project metrics and task-level data. Use includeContext=true for that full detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The ID of the project to check health for. | |
| includeContext | No | Include detailed health context with project metrics and task-level data. May produce large output for projects with many tasks. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| health | Yes | Project health assessment. | |
| context | No | Detailed project context with metrics and task data. Only included when includeContext is true. | |
| progress | Yes | Project completion progress. | |
| projectId | Yes | The project ID. | |
| projectName | Yes | The project name. |