get_project_health
Detect stalled projects by retrieving health data for active projects, including todo count, last completion date, and next action status.
Instructions
Get project health data for stalled-project detection.
For each active project, returns: title, area, todo count, last completion date, and whether it has a clear next action. One call replaces the get_projects + get_logbook + per-project todo queries pattern.
Returns a dict with 'projects' list and 'summary' counts by health status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||