intel_technician_scorecard
Analyze technician performance with a scorecard over a date range. Filter by technician, business unit, or include extended metrics for memberships and sales leads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max technicians to analyze (default 25, max 50) | |
| endDate | Yes | End date (YYYY-MM-DD) | |
| startDate | Yes | Start date (YYYY-MM-DD) | |
| technicianId | No | Single technician (omit for all) | |
| businessUnitId | No | Filter by business unit | |
| technicianName | No | Single technician by 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. | |
| 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. |