intel_technician_scorecard
Analyze technician performance metrics and sales data within ServiceTitan to evaluate productivity and revenue contributions across business units.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startDate | Yes | Start date (YYYY-MM-DD) | |
| endDate | Yes | End date (YYYY-MM-DD) | |
| technicianId | No | Single technician (omit for all) | |
| technicianName | No | Single technician by name (resolved via cache, e.g. 'John'). Alternative to technicianId. | |
| businessUnitId | No | Filter by business unit | |
| businessUnitName | No | Filter by business unit name (resolved via cache, e.g. 'HVAC'). Alternative to businessUnitId. | |
| limit | No | Max technicians to analyze (default 25, max 50) | |
| includeExtendedMetrics | No | Include memberships sold, sales from tech leads, and sales from marketing leads (Reports 171/173/174). Adds ~0.5-1s latency. Default: false. |