create_funnel
Define a sequence of steps (path or event) to track user progression through a multi-step funnel. Sessions advance step-by-step within a 30-minute session.
Instructions
Create a multi-step funnel for a site. Steps run in order — a session 'reaches' step N if it matched all of steps 0..N within the same session (30-min idle gap). Use this when the user says 'track the pricing → signup funnel' or describes a sequence. type='path' matches a path-prefix; type='event' matches a named custom event. Min 2 steps, max 10.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_id | Yes | Internal site UUID for the target site. Get one from list_sites. | |
| name | Yes | Human-readable name for the funnel (e.g. 'Pricing to signup'). | |
| steps | Yes | Ordered steps. A session 'reaches' step N if it matched all of steps 0..N within the same session (30-min idle gap). Min 2, max 10. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||