Skip to main content
Glama

mixpanel

aggregated_event_property_values

Analyze unique, general, or average values of a specific event property over time to assess performance, segment users, and identify key user attributes within Mixpanel.

Instructions

Get unique, general, or average data for a single event and property over days, weeks, or months. Useful for analyzing how specific properties affect event performance, segmenting users, and identifying valuable user attributes.

Input Schema

NameRequiredDescriptionDefault
eventYesThe event that you wish to get data for (a single event name, not an array)
from_dateNoThe date in yyyy-mm-dd format to begin querying from (inclusive)
intervalNoThe number of units to return data for. Specify either interval or from_date and to_date
limitNoThe maximum number of values to return (default: 255)
nameYesThe name of the property you would like to get data for
project_idNoThe Mixpanel project ID. Optional since it has a default.
to_dateNoThe date in yyyy-mm-dd format to query to (inclusive)
typeNoThe analysis type - general, unique, or average events, defaults to general
unitYesThe level of granularity of the data (minute, hour, day, week, or month)
valuesNoThe specific property values to get data for, encoded as a JSON array. Example: "["female", "unknown"]"

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 (a single event name, not an array)", "type": "string" }, "from_date": { "description": "The date in yyyy-mm-dd format to begin querying from (inclusive)", "type": "string" }, "interval": { "description": "The number of units to return data for. Specify either interval or from_date and to_date", "type": "number" }, "limit": { "description": "The maximum number of values to return (default: 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. Optional since it has a default.", "type": "string" }, "to_date": { "description": "The date in yyyy-mm-dd format to query to (inclusive)", "type": "string" }, "type": { "description": "The analysis type - general, unique, or average events, defaults to general", "enum": [ "general", "unique", "average" ], "type": "string" }, "unit": { "description": "The level of granularity of the data (minute, hour, day, week, or month)", "enum": [ "minute", "hour", "day", "week", "month" ], "type": "string" }, "values": { "description": "The specific property values to get data for, encoded as a JSON array. Example: \"[\"female\", \"unknown\"]\"", "type": "string" } }, "required": [ "event", "name", "unit" ], "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