haops_work_entity_health_check
Detect stale, inconsistent, or problematic states in work entities by running health checks. Returns findings with severity and recommendations.
Instructions
Run health checks on work entities to detect stale, inconsistent, or problematic states. Returns findings with severity and recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checks | No | Array of check types to run (default: all 6). Options: stale_in_progress, inconsistent_taken, orphaned_taken, multiple_stuck, long_review, blocked_without_note | |
| projectId | No | Filter by project UUID (optional, default: all projects) | |
| verbosity | No | Output verbosity level (default: normal) | |
| entityType | No | Filter by entity type (default: all) | |
| staleThresholdHours | No | Threshold in hours for stale/long_review checks (default: 24) |