Skip to main content
Glama

mixpanel

top_event_properties

Identify and retrieve the most common properties associated with a specific event in Mixpanel analytics. Prioritize key dimensions for analysis and gain insights into event structure efficiently.

Instructions

Get the top property names for an event. Useful for discovering which properties are most commonly associated with an event, prioritizing which dimensions to analyze, and understanding event structure.

Input Schema

NameRequiredDescriptionDefault
eventYesThe event that you wish to get data for. Note: this is a single event name, not an array
limitNoThe maximum number of properties to return. Defaults to 10
project_idNoThe Mixpanel project ID
workspace_idNoThe ID of the workspace if applicable

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "event": { "description": "The event that you wish to get data for. Note: this is a single event name, not an array", "type": "string" }, "limit": { "description": "The maximum number of properties to return. Defaults to 10", "type": "number" }, "project_id": { "description": "The Mixpanel project ID", "type": "string" }, "workspace_id": { "description": "The ID of the workspace if applicable", "type": "string" } }, "required": [ "event" ], "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