The catalogue/Amplitude
Amplitude
app.amplitude
Query events, cohorts, retention, and funnels with Amplitude
Version2.0.0
Categoryanalytics
AuthAPI key
Tools16
Transportstdio
LicenceMIT
01
What it does
The app, in its own words.
Amplitude analytics — query events, user activity, cohorts, charts, and retention data.
02
Tools
16 tools the agent can call.
Every one is declared with typed parameters and returns structured results, so the host can render them instead of narrating them.
- 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
Auth and permissions
What it asks for.
Declared in the manifest, in advance. The app cannot reach anything it did not ask for here.
System secrets
API_KEYSECRET_KEY
Reading further
The manifest and the source for Amplitude live in the monorepo, alongside the other apps.