intel_labor_cost
Summarize employee regular, overtime, and total hours for a date range, and derive labor cost and effective hourly rate when gross pay data is available.
Instructions
Summarize employee regular, overtime, double-overtime, and total hours from Report 166 for the selected date range. When the tenant report exposes GrossPay, the tool also derives cost and effective hourly rate; otherwise those fields are unavailable rather than estimated. Report execution may wait for per-report/client spacing, and source failures are returned in _warnings.
Examples:
"What labor hours were reported this month?" -> startDate="2026-03-01", endDate="2026-04-01"
"Show overtime hours by employee for Q1" -> startDate="2026-01-01", endDate="2026-04-01"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | Yes | End date (YYYY-MM-DD) | |
| startDate | Yes | Start date (YYYY-MM-DD) | |
| technicianId | No | Filter by technician ID | |
| businessUnitId | No | Filter by business unit ID | |
| technicianName | No | Filter by technician name (resolved via cache, e.g. 'John'). Alternative to technicianId. | |
| businessUnitName | No | Filter by business unit name (resolved via cache, e.g. 'HVAC'). Alternative to businessUnitId. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||