Get Lead Score
get_lead_scoreAnalyze call transcripts to grade leads on a 0-100 scale and classify each as hot, warm, or cold, applying point-based weighting to conversation signals to prioritize follow-up opportunities.
Instructions
Score a call transcript 0-100 and classify it hot/warm/cold. Internally runs the same analysis as score_conversation, then applies a point-based weighting to the resulting signals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transcript | Yes | ||
| raw_outcome | Yes | The source system's own outcome label, e.g. 'completed', 'no-answer'. | |
| call_duration | Yes | Call duration in seconds. | |
| repeat_caller | No | Set true if the caller is known (via an external CRM/call-history lookup outside this tool) to have called before. Cannot be inferred from transcript text alone. | |
| source_system | Yes | Where this transcript came from, e.g. 'Retell', 'CRM', 'call center software'. |