jpi_list_jobs_at_risk
Identify jobs at risk of missing deadlines by filtering for overdue tasks or those with insufficient buffer time, helping prioritize critical scheduling issues.
Instructions
List jobs at risk of missing due dates. Returns only jobs where IsDueDateExceeded=true OR BufferLevel < threshold. Minimal fields for maximum token efficiency (~95% smaller than jpi_list_jobs).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bufferThreshold | No | BufferLevel threshold (default: 1.0). Jobs with BufferLevel below this are considered at risk. Negative BufferLevel means already late. |