The catalogue/Mixpanel
Mixpanel
app.mixpanel
Query events, funnels, retention, and user profiles with Mixpanel
Version2.0.0
Categoryanalytics
AuthAPI key
Tools13
Transportstdio
LicenceMIT
01
What it does
The app, in its own words.
Mixpanel analytics — track events, query funnels, retention, user profiles, and export data.
02
Tools
13 tools the agent can call.
Every one is declared with typed parameters and returns structured results, so the host can render them instead of narrating them.
- export_eventsExport raw event data from Mixpanel within a date range. Returns individual events with all properties. Use for detailed event-level analysis.
- get_cohortGet details of a specific cohort from Mixpanel by cohort ID. Returns cohort metadata and definition.
- get_event_namesList all tracked event names in your Mixpanel project. Returns an array of event name strings.
- get_funnelGet funnel conversion data from Mixpanel for a specific funnel. Returns step-by-step conversion rates within a date range.
- get_property_valuesGet the top values for a specific property of a Mixpanel event. Returns an array of property values.
- get_retentionGet retention data from Mixpanel. Returns cohort retention rates within a date range.
- get_segmentationGet segmentation (event breakdown) data from Mixpanel. Returns event counts segmented by a property within a date range.
- get_top_eventsGet the top events by volume from Mixpanel. Returns the most common events in your project.
- get_user_profileGet a user profile (People record) from Mixpanel by distinct_id. Returns user properties and metadata.
- list_cohortsList all saved cohorts in your Mixpanel project. Returns cohort IDs, names, and descriptions.
- list_dashboardsList all dashboards in your Mixpanel project. Returns dashboard IDs, names, and metadata.
- list_funnelsList all saved funnels in your Mixpanel project. Returns funnel IDs and names.
- query_eventsQuery event data from Mixpanel. Returns event counts and properties for the specified event within a date range.
03
Auth and permissions
What it asks for.
Declared in the manifest, in advance. The app cannot reach anything it did not ask for here.
System secrets
PROJECT_ID
User secrets
SERVICE_ACCOUNT_USERNAMESERVICE_ACCOUNT_SECRET
Reading further
The manifest and the source for Mixpanel live in the monorepo, alongside the other apps.