intel_labor_cost
Calculate labor costs for technicians within specified date ranges and business units to analyze workforce expenses and optimize resource allocation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startDate | Yes | Start date (YYYY-MM-DD) | |
| endDate | Yes | End date (YYYY-MM-DD) | |
| businessUnitId | No | Filter by business unit ID | |
| businessUnitName | No | Filter by business unit name (resolved via cache, e.g. 'HVAC'). Alternative to businessUnitId. | |
| technicianId | No | Filter by technician ID | |
| technicianName | No | Filter by technician name (resolved via cache, e.g. 'John'). Alternative to technicianId. |