El catálogo/Amplitude

Amplitude

app.amplitude

Query events, cohorts, retention, and funnels with Amplitude

Clave de APIanalyticsLeer el código
Versión2.0.0
Categoríaanalytics
AutenticaciónClave de API
Herramientas16
Transportestdio
LicenciaMIT
01

Qué hace

La aplicación, en sus propias palabras.

Amplitude analytics — query events, user activity, cohorts, charts, and retention data.

amplitudeanalyticseventscohortsretention
02

Herramientas

16 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.

  • create_annotationCreate a chart annotation in Amplitude. Adds a labeled marker on a specific date visible across dashboards and charts.
  • delete_annotationDelete a chart annotation from Amplitude by its ID. Use get_annotations to find annotation IDs first.
  • export_eventsExport raw event data from Amplitude for a given date range. Returns event-level data including user IDs, event properties, and timestamps.
  • get_active_usersGet active or new user counts from Amplitude within a date range. Returns daily/weekly/monthly active user metrics.
  • get_annotationsGet all chart annotations from Amplitude. Returns annotations with their labels, dates, and descriptions.
  • get_chartGet details of a specific chart by ID from Amplitude. Returns the chart definition, configuration, and metadata.
  • get_cohortGet details of a specific cohort by ID from Amplitude. Returns the cohort definition, size, and metadata.
  • get_funnelGet funnel conversion data from Amplitude. Returns step-by-step conversion rates for a sequence of events within a date range.
  • get_retentionGet retention data from Amplitude. Returns retention rates for users who performed a start event and then a return event within a date range.
  • get_revenueGet revenue lifetime value (LTV) data from Amplitude. Returns revenue metrics including ARPU, ARPPU, and total revenue within a date range.
  • get_user_activityGet recent activity for a specific user in Amplitude. Returns a list of events performed by the user.
  • list_chartsList all charts in your Amplitude project. Returns chart IDs, names, and types.
  • list_cohortsList all cohorts in your Amplitude project. Returns cohort IDs, names, descriptions, and sizes.
  • list_event_typesList all event types defined in your Amplitude project taxonomy. Returns event type names, descriptions, and categories.
  • query_eventsQuery event segmentation data from Amplitude. Returns event counts and breakdowns within a date range.
  • search_usersSearch for users in Amplitude by user ID, device ID, or other identifiers. Returns matching user records with their IDs and metadata.
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

API_KEYSECRET_KEY

Seguir leyendo

El manifiesto y el código de Amplitude están en el monorepo, junto al resto de aplicaciones.

Leer el códigoVolver al catálogo

Amplitude · Agent Apps