Mixpanel · Capability
Mixpanel Annotations API
API for creating, retrieving, updating, and deleting annotations that label specific points in time on Mixpanel charts with descriptions, useful for marking product launches, campaigns, or data anomalies.
What You Can Do
GET
Listannotations
— Mixpanel List annotations
/projects/{projectId}/annotations
POST
Createannotation
— Mixpanel Create annotation
/projects/{projectId}/annotations
GET
Getannotation
— Mixpanel Get annotation
/projects/{projectId}/annotations/{annotationId}
PUT
Updateannotation
— Mixpanel Update annotation
/projects/{projectId}/annotations/{annotationId}
DELETE
Deleteannotation
— Mixpanel Delete annotation
/projects/{projectId}/annotations/{annotationId}
MCP Tools
listannotations
Mixpanel List annotations
read-only
idempotent
createannotation
Mixpanel Create annotation
getannotation
Mixpanel Get annotation
read-only
idempotent
updateannotation
Mixpanel Update annotation
idempotent
deleteannotation
Mixpanel Delete annotation
idempotent