Skip to main content
Glama

mixpanel

get_top_events

Retrieve the most common events from Mixpanel analytics over the last 31 days. Specify event type, project ID, and limit to filter results for precise data analysis.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of events to return
project_idNoThe Mixpanel project ID
typeNoThe type of events to fetch

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Maximum number of events to return", "type": "number" }, "project_id": { "description": "The Mixpanel project ID", "type": "string" }, "type": { "description": "The type of events to fetch", "enum": [ "general", "total", "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/dragonkhoi/mixpanel-mcp'

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