Skip to main content
Glama

mixpanel

get_today_top_events

Retrieve today's most active events in Mixpanel to monitor real-time user activity, identify trends, and analyze engagement. Supports filtering by event type and limiting results.

Instructions

Get today's top events from Mixpanel. Useful for quickly identifying the most active events happening today, spotting trends, and monitoring real-time user activity.

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)

{ "$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. 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/dragonkhoi/mixpanel-mcp'

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