create_funnel
Create a new funnel on a project. Steps are 2–10 ordered events or pageview paths. conversionWindowMs caps how long a visitor has between consecutive steps (default 7 days); this is the step-to-step limit, without which a funnel is just event co-occurrence. Returns { id } on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable name. | |
| steps | Yes | Ordered list of 2–10 steps. Visitors must hit them in order. | |
| project | Yes | Project name (case-insensitive, e.g. 'slopbench') or project id from list_projects. | |
| description | No | Optional longer description. | |
| conversionWindowMs | No | Max ms between consecutive steps. Default 7 days (604800000). Bounds: 60000 (1 min) to 7776000000 (90 days). |