Analytics
Mixpanel
Query product events and user funnels.
Mixpanel is a product analytics platform tracking user interactions and engagement, providing cohort analysis, funnels, and A/B testing to improve user experiences
Triggers0
Things that can wake up your Mixpanel coworker.
No triggers published for Mixpanel yet — but you can still run it on a schedule or from a chat.
Actions20
Things your coworker can do in Mixpanel.
- Aggregate Event Counts (Deprecated)
DEPRECATED: Use MIXPANEL_AGGREGATE_EVENTS instead. Tool to get unique, total, or average data for events over N days, weeks, or months. Use when analyzing event trends and patterns over time with different aggregation methods.
MIXPANEL_AGGREGATE_EVENT_COUNTS - List Saved Cohorts
Tool to list all saved cohorts in a Mixpanel project. Use when you need to retrieve cohort metadata including name, id, count, description, creation date, and visibility. The Query API has a rate limit of 60 queries per hour and a maximum of 5 concurrent queries.
MIXPANEL_COHORTS_LIST - Create Service Account
Tool to create a new service account for your organization and optionally add it to projects. Use when you need to generate API credentials for programmatic access. The response includes a token (secret) that cannot be recovered after creation. Requires service account with admin or owner role.
MIXPANEL_CREATE_SERVICE_ACCOUNT - Get All Projects
Get all projects associated with the authenticated Mixpanel account. Returns project details including name, permissions, role, domain, and other configuration details. If a project appears inaccessible, verify the connection region matches the project's cluster before assuming a permissions issue.
MIXPANEL_GET_ALL_PROJECTS - Batch Update Group Profiles
Tool to send a batch of group profile updates to Mixpanel. Use when you need to update multiple group profiles in a single request. Supports operations like $set, $set_once, $union, $remove, $unset, and $delete. Note: $add is NOT supported for group profiles.
MIXPANEL_GROUP_BATCH_UPDATE - Set Group Properties (Batch) (Deprecated)
DEPRECATED: Use MIXPANEL_GROUP_BATCH_UPDATE instead. Tool to send batch group profile updates to Mixpanel. Use when you need to update properties for one or more groups (companies, organizations, teams, etc.). Supports multiple operations: $set (update/add), $set_once (set if not exists), $unset (delete), $remove (remove from list), $union (add to list uniquely).
MIXPANEL_GROUP_SET_PROPERTY - Execute JQL Query
Execute a custom JQL (JavaScript Query Language) query against Mixpanel's Query API. Key Constraints: - 60 queries/hour, max 5 concurrent queries. - 2-minute execution timeout. - 5 GB data processing limit, 2 GB output limit. - No remote network requests (XMLHttpRequest) are allowed inside the JQL script.
MIXPANEL_JQL_QUERY - List Saved Cohorts (Deprecated)
DEPRECATED: Use MIXPANEL_MIXPANEL_COHORTS_LIST instead. Get list of all cohorts in a Mixpanel project. Returns cohort details including name, id, count, description, creation date, and visibility. The Query API has a rate limit of 60 queries per hour and a maximum of 5 concurrent queries.
MIXPANEL_LIST_COHORTS - List Saved Funnels
Get the names and funnel_ids of your funnels. The Query API has a rate limit of 60 queries per hour and a maximum of 5 concurrent queries.
MIXPANEL_LIST_FUNNELS - List Saved Cohorts (Deprecated)
DEPRECATED: Use MIXPANEL_MIXPANEL_COHORTS_LIST instead. Tool to list all saved cohorts in a Mixpanel project. Use when you need to retrieve cohort metadata including name, id, count, description, creation date, and visibility for every cohort in the project.
MIXPANEL_LIST_SAVED_COHORTS - List Service Accounts
Tool to list all service accounts for an organization. Use when you need to retrieve service accounts, check when they were last used, or see when they expire. Requires service account with admin or owner role.
MIXPANEL_LIST_SERVICE_ACCOUNTS - Update Multiple Profiles (Batch)
Tool to update multiple user profiles in Mixpanel in a single batch request. Use when you need to update properties for multiple users efficiently. Supports operations: $set (update/add), $set_once (set if not exists), $add (increment), $union (add to list uniquely), $append (append to list), $remove (remove from list), $unset (delete property), $delete (delete profile). Maximum 50 updates per request. Always check the response status and failed_records for individual update failures.
MIXPANEL_PROFILE_BATCH_UPDATE - Get Profile Event Activity
Get event activity feed for specified users from Mixpanel Query API. The Query API has a rate limit of 60 queries per hour and a maximum of 5 concurrent queries.
MIXPANEL_PROFILE_EVENT_ACTIVITY - Set Profile Properties
Tool to set user profile properties in Mixpanel using the $set operation. Use when you need to create or update properties on a user profile. Properties specified will be created if they don't exist, or overwritten if they do. If the profile doesn't exist, it will be created with these properties.
MIXPANEL_PROFILE_SET - Query Saved Funnel
Get data for a funnel. The Query API has a rate limit of 60 queries per hour and a maximum of 5 concurrent queries.
MIXPANEL_QUERY_FUNNEL - Query Saved Insight
Get data from your Insights reports. The Query API has a rate limit of 60 queries per hour and a maximum of 5 concurrent queries.
MIXPANEL_QUERY_INSIGHT - Get Top Event Names (Last 31 Days) (Deprecated)
DEPRECATED: Use MIXPANEL_TOP_EVENTS instead. Get a list of the most common event names over the last 31 days. The Query API has a rate limit of 60 queries per hour and a maximum of 5 concurrent queries. Use when you need to discover what events are being tracked most frequently in your project.
MIXPANEL_QUERY_MONTHS_TOP_EVENT_NAMES - Query Profiles
Query user or group profile data from Mixpanel. Returns list of profiles that match specified parameters. The Query API has a rate limit of 60 queries per hour and a maximum of 5 concurrent queries.
MIXPANEL_QUERY_PROFILES - Query Segmentation Report
Get data for an event, segmented and filtered by properties with daily/time-series breakdown. Use the 'unit' parameter to control time bucketing ('minute', 'hour', 'day', 'month'). The Query API has a rate limit of 60 queries per hour and 5 concurrent queries, shared across related tools (e.g., MIXPANEL_JQL_QUERY, MIXPANEL_TOP_EVENT_PROPERTY_VALUES); bursts of concurrent calls return 429.
MIXPANEL_QUERY_SEGMENTATION - Query Top Events
Get the top events for today, with their counts and the normalized percent change from yesterday. Use when you need to analyze today's event performance compared to yesterday.
MIXPANEL_QUERY_TOP_EVENTS