find_drivers
Rank candidate indicators by correlation strength to predict a target KPI. Returns r, p-value, and R² for each, with a limit of 30 candidates per call.
Instructions
KILLER ANALYSIS: given a target KPI + multiple candidate indicators, rank which candidates best predict the target by correlation strength. Perfect for "what moves my KPI?" questions. Returns ranked list with r, p-value, R² for each candidate. Maximum 30 candidates per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | Entity code (e.g. DEU) | |
| target_indicator | Yes | The KPI you want to explain | |
| candidates | Yes | Candidate indicator IDs to test (max 30) | |
| time | No |