Skip to main content
Glama

Mixpanel MCP

by mendeel

get_top_events

Identify key user actions by retrieving the most common events from Mixpanel data over the past 31 days to prioritize feature development and understand platform usage patterns.

Instructions

Get a list of the most common events over the last 31 days. Useful for identifying key user actions, prioritizing feature development, and understanding overall platform usage patterns.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of events to return
project_idNoThe Mixpanel project ID. Optional since it has a default.
typeNoThe type of events to fetch, either general, average, or unique, defaults to general

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of events to return", "type": "number" }, "project_id": { "description": "The Mixpanel project ID. Optional since it has a default.", "type": "string" }, "type": { "description": "The type of events to fetch, either general, average, or unique, defaults to general", "enum": [ "general", "average", "unique" ], "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mendeel/mixpanel-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server