Skip to main content
Glama

Mixpanel MCP

by mendeel

aggregated_event_property_values

Analyze event property values to understand distributions and identify common patterns across specific date ranges in Mixpanel data.

Instructions

Analyze specific event properties and their values. Useful for understanding property distributions and identifying common values.

Input Schema

NameRequiredDescriptionDefault
eventYesThe event name to analyze properties for
from_dateYesThe date in yyyy-mm-dd format to begin querying from (inclusive)
limitNoMaximum number of property values to return
project_idNoThe Mixpanel project ID. Optional since it has a default.
propertyYesThe property name to get values for
to_dateYesThe date in yyyy-mm-dd format to query to (inclusive)

Input Schema (JSON Schema)

{ "properties": { "event": { "description": "The event name to analyze properties for", "type": "string" }, "from_date": { "description": "The date in yyyy-mm-dd format to begin querying from (inclusive)", "type": "string" }, "limit": { "description": "Maximum number of property values to return", "type": "number" }, "project_id": { "description": "The Mixpanel project ID. Optional since it has a default.", "type": "string" }, "property": { "description": "The property name to get values for", "type": "string" }, "to_date": { "description": "The date in yyyy-mm-dd format to query to (inclusive)", "type": "string" } }, "required": [ "event", "property", "from_date", "to_date" ], "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