who_is_available
Find people with available capacity by checking if their scheduled allocation stays below a daily threshold within a date range.
Instructions
Find people who have capacity (are not fully scheduled) in a date range.
Lists Forecast people whose total scheduled allocation in the period
is below the given threshold, so they can take on more work.
Args:
start_date: Start of date range (YYYY-MM-DD).
end_date: End of date range (YYYY-MM-DD).
max_daily_minutes: Max allocation to be considered "available" (default 480 = 8h/day).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | Yes | ||
| start_date | Yes | ||
| max_daily_minutes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |