list_funnels
Identify user drop-off points in conversion funnels. Lists each funnel step with reached counts and drop-off rates, highlighting the biggest drop opportunity.
Instructions
ANSWER FIRST for 'where are users dropping off?', 'show me the funnel', 'how's my signup flow doing?', 'what's my conversion funnel?'. Lists every funnel defined for a site with per-step reached counts + drop-off rate between steps. Surface the biggest drop as the headline — that's usually where the opportunity is. Pair with create_funnel first if the user hasn't defined any funnels yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_id | Yes | Internal site UUID for the target site. Get one from list_sites. | |
| date_range | No | Time window. One of: today, yesterday, last_7_days, last_14_days, last_30_days, last_90_days. Defaults to last_7_days. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| funnels | Yes | Funnels with per-step reached counts and drop-off rates. |