Skip to main content
Glama

mixpanel

top_event_property_values

Identify the top values of a specific property within Mixpanel data to analyze value distribution, uncover common categories, and plan targeted insights.

Instructions

Get the top values for a property. Useful for understanding the distribution of values for a specific property, identifying the most common categories or segments, and planning further targeted analyses.

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 values to return. Defaults to 255
nameYesThe name of the property you would like to get data for
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 values to return. Defaults to 255", "type": "number" }, "name": { "description": "The name of the property you would like to get data for", "type": "string" }, "project_id": { "description": "The Mixpanel project ID", "type": "string" }, "workspace_id": { "description": "The ID of the workspace if applicable", "type": "string" } }, "required": [ "event", "name" ], "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