get_overbooked_people
get_overbooked_peopleIdentify team members with overlapping bookings exceeding a utilization threshold within a specified date range. Calculate daily load and flag over-capacity dates to prevent scheduling conflicts.
Instructions
Detect people with overlapping bookings above a utilisation threshold in a date range. Calculates daily load and highlights over-capacity dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Start date (YYYY-MM-DD). Defaults to today. | |
| before | No | End date (YYYY-MM-DD). Defaults to today + 4 weeks. | |
| threshold_pct | No | Overbooking threshold in percent (default: 100). |