mixpanel

by dragonkhoi
Verified

list_saved_funnels

Get the names and IDs of your saved funnels. This tool is useful for getting a funnel_id for the query_funnel_report tool.

Input Schema

NameRequiredDescriptionDefault
project_idNoThe Mixpanel project ID
workspace_idNoThe ID of the workspace if applicable

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "project_id": { "description": "The Mixpanel project ID", "type": "string" }, "workspace_id": { "description": "The ID of the workspace if applicable", "type": "string" } }, "type": "object" }