El catálogo/Mixpanel
Mixpanel
app.mixpanel
Query events, funnels, retention, and user profiles with Mixpanel
Versión2.0.0
Categoríaanalytics
AutenticaciónClave de API
Herramientas13
Transportestdio
LicenciaMIT
01
Qué hace
La aplicación, en sus propias palabras.
Mixpanel analytics — track events, query funnels, retention, user profiles, and export data.
02
Herramientas
13 herramientas que el agente puede llamar.
Todas se declaran con parámetros tipados y devuelven resultados estructurados, así que el anfitrión puede renderizarlas en vez de narrarlas.
- export_eventsExport raw event data from Mixpanel within a date range. Returns individual events with all properties. Use for detailed event-level analysis.
- get_cohortGet details of a specific cohort from Mixpanel by cohort ID. Returns cohort metadata and definition.
- get_event_namesList all tracked event names in your Mixpanel project. Returns an array of event name strings.
- get_funnelGet funnel conversion data from Mixpanel for a specific funnel. Returns step-by-step conversion rates within a date range.
- get_property_valuesGet the top values for a specific property of a Mixpanel event. Returns an array of property values.
- get_retentionGet retention data from Mixpanel. Returns cohort retention rates within a date range.
- get_segmentationGet segmentation (event breakdown) data from Mixpanel. Returns event counts segmented by a property within a date range.
- get_top_eventsGet the top events by volume from Mixpanel. Returns the most common events in your project.
- get_user_profileGet a user profile (People record) from Mixpanel by distinct_id. Returns user properties and metadata.
- list_cohortsList all saved cohorts in your Mixpanel project. Returns cohort IDs, names, and descriptions.
- list_dashboardsList all dashboards in your Mixpanel project. Returns dashboard IDs, names, and metadata.
- list_funnelsList all saved funnels in your Mixpanel project. Returns funnel IDs and names.
- query_eventsQuery event data from Mixpanel. Returns event counts and properties for the specified event within a date range.
03
Autenticación y permisos
Qué pide.
Declarado en el manifiesto y por adelantado. La aplicación no puede alcanzar nada que no haya pedido aquí.
Secretos de sistema
PROJECT_ID
Secretos de usuario
SERVICE_ACCOUNT_USERNAMESERVICE_ACCOUNT_SECRET
Seguir leyendo
El manifiesto y el código de Mixpanel están en el monorepo, junto al resto de aplicaciones.