intel_technician_scorecard
Build technician scorecards from ServiceTitan reports for any date range—revenue, conversions, productivity, recalls, upsells, lead metrics. Filter by technician or business unit.
Instructions
Build a technician scorecard for the selected date range from ServiceTitan technician reports. Returns revenue, converted jobs, opportunities, conversion, productivity, recalls, upsells, and lead-generation metrics; includeExtendedMetrics adds membership and tech/marketing-lead sales reports. Filter by technician or business unit when comparing a subset, and use limit to bound ranked results. Report calls may wait for per-report/client spacing, and partial source failures are returned in _warnings.
Examples:
"How are our techs performing this month?" -> startDate="2026-03-01", endDate="2026-04-01"
"Show me Andrew's numbers for Q1" -> startDate="2026-01-01", endDate="2026-04-01", technicianName="Andrew"
"Who is our top performer this year?" -> startDate="2026-01-01", endDate="2026-03-10"
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 and sales from technician and marketing leads by running Reports 171, 173, and 174. Default: false. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||