mixpanel

by dragonkhoi
Verified

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
passwordYesYour Mixpanel Service Account password
usernameYesYour Mixpanel Service Account username
projectIdYesYour Mixpanel Project ID

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_today_top_events

Get today's top events from Mixpanel

get_top_events

Get a list of the most common events over the last 31 days

aggregate_event_counts

Get unique, total, or average data for a set of events over N days, weeks, or months

aggregated_event_property_values

Get unique, total, or average data for a single event and property over days, weeks, or months

query_insights_report

Get data from your Insights reports

query_funnel_report

Get data for a funnel based on a funnel_id. Funnel IDs should be retrieved using the list_saved_funnels tool.

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.

list_saved_cohorts

Get all cohorts in a given project

query_retention_report

Get data from your Retention reports

custom_jql

Run a custom JQL (JSON Query Language) script against your Mixpanel data

query_segmentation_sum

Sum a numeric expression for events over time