intel_estimate_pipeline
Analyze ServiceTitan estimates by open, sold, and dismissed pipeline with conversion, close speed, and age; flag estimates older than 30 days. Filter by date or salesperson to assess performance.
Instructions
Analyze all fetched estimate pages as an open, sold, and dismissed pipeline, with value, conversion, close speed, age buckets, and open estimates older than 30 days. startDate and endDate bound estimate creation timestamps; when both are supplied, Report 172 adds technician sales metrics. soldById filters both sources. Partial source failures are returned in _warnings.
Examples:
"What's our close rate on estimates?" -> startDate="2026-01-01", endDate="2026-03-10"
"Show me stale estimates over 30 days" -> returns staleEstimates automatically
"How is Andrew doing on sales?" -> soldById=<Andrew's ID>
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | No | Filter estimates created before this date | |
| soldById | No | Filter by salesperson/technician | |
| startDate | No | Filter estimates created after this date |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||