get-project-health
Assess a project's health by retrieving its completion progress and health status (Excellent, On Track, At Risk, Critical). Optionally include detailed metrics and task-level recommendations.
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 recommendations. Use includeContext=true for full detail including task data.
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. |