应用Mixpanel ToolsMixpanel ToolsMixpanel 是一个产品分析平台,用于跟踪用户互动和参与度,并提供群组分析、漏斗分析和 A/B 测试,以改善用户体验。连接 Mixpanel ToolsShare让 AI 智能体使用 Mixpanel ToolsAident Loadout 让 Claude Code、Codex、Cursor 和其他受支持的智能体调用 Mixpanel Tools。可选择 43 个受支持的操作。 可在 Audit 中审核每次执行。通过 Aident Vault 连接一次 Mixpanel Tools。智能体无需获取底层凭证即可使用受支持的操作。分类Analytics Data价格与支付价格在 Loadout 中免费。使用个人连接的账号时,服务提供商可能收费。统一支付暂不支持。需要时请连接服务提供商账号。包含的操作43Mixpanel Add Unique To Profile List PropertyTool to add unique values to list properties on user profiles in Mixpanel using the $union operation. Use when you need to add items to list-type properties without creating duplicates. Unlike $append, $union ensures values are unique in the list. If the property doesn't exist,…Mixpanel Aggregate EventsGet aggregate event counts over time. Supports different types of aggregation: general, unique, average, sum.Mixpanel Aggregated Event Property ValuesGet unique, total, or average data for a single event and property over days, weeks, or months. The Query API has a rate limit of 60 queries per hour and a maximum of 5 concurrent queries.Mixpanel Cohorts ListTool to list all saved cohorts in a Mixpanel project. Use when you need to retrieve cohort metadata including name, id, count, description, creation date, and visibility. The Query API has a rate limit of 60 queries per hour and a maximum of 5 concurrent queries.Mixpanel Create Annotation TagTool to create a new annotation tag in Mixpanel using the provided name. Use when you need to create tags for organizing and categorizing annotations. Requires a role of at least Analyst.Mixpanel Create IdentityTool to create an identity mapping in Mixpanel by linking an anonymous ID with an identified user ID. Use when you need to connect pre-login anonymous activity with post-login identified user activity. This operation is typically performed after user authentication to associate…Mixpanel Create Service AccountTool to create a new service account for your organization and optionally add it to projects. Use when you need to generate API credentials for programmatic access. The response includes a token (secret) that cannot be recovered after creation. Requires service account with admi…Mixpanel Delete GroupTool to permanently delete a group profile from Mixpanel Group Analytics. Use when you need to completely remove a group profile and all of its properties. The deletion is permanent and cannot be undone. Note that group properties on historical events remain intact even after gr…Mixpanel Delete ProfileTool to permanently delete a user profile from Mixpanel, along with all of its properties. Use when you need to completely remove a profile. The deletion is permanent and cannot be undone. Note that this only deletes the profile, not the associated events. For duplicate profiles…Mixpanel Delete Profile BatchTool to permanently delete multiple user profiles from Mixpanel in a single batch request. Use when you need to delete multiple profiles efficiently. The deletion is permanent and cannot be undone. This only deletes the profiles, not the associated events. For duplicate profiles…Mixpanel Delete Profile PropertyTool to permanently delete properties from a Mixpanel user profile using the $unset operation. Use when you need to remove specific properties and their values from a profile. Properties are permanently removed and cannot be recovered. Useful when cleaning up properties or appro…Mixpanel Get All ProjectsGet all projects associated with the authenticated Mixpanel account. Returns project details including name, permissions, role, domain, and other configuration details. If a project appears inaccessible, verify the connection region matches the project's cluster before assuming…Mixpanel Get Annotation Tags Alt1Tool to get all annotation tags from a Mixpanel project. Use when you need to retrieve tags that have been added to annotations. Requires a role of at least Analyst.Mixpanel Group Batch UpdateTool to send a batch of group profile updates to Mixpanel. Use when you need to update multiple group profiles in a single request. Supports operations like $set, $set_once, $union, $remove, $unset, and $delete. Note: $add is NOT supported for group profiles.Mixpanel Group Delete PropertyTool to delete specific properties from a Mixpanel group profile. Use when you need to permanently remove unwanted properties from a group (company, organization, team, etc.). The operation uses the $unset operation to permanently remove the specified properties.Mixpanel Identity Create AliasTool to create an alias mapping between two distinct IDs in Mixpanel. Use when you need to link a new identifier with an existing one. This is only available for projects using the Original ID Merge system and Legacy ID Management System; it has no effect in the Simplified ID Me…Mixpanel Jql QueryExecute a custom JQL (JavaScript Query Language) query against Mixpanel's Query API. Key Constraints: - 60 queries/hour, max 5 concurrent queries. - 2-minute execution timeout. - 5 GB data processing limit, 2 GB output limit. - No remote network requests (XMLHttpRequest) are all…Mixpanel List FunnelsGet the names and funnel_ids of your funnels. The Query API has a rate limit of 60 queries per hour and a maximum of 5 concurrent queries.Mixpanel List Service AccountsTool to list all service accounts for an organization. Use when you need to retrieve service accounts, check when they were last used, or see when they expire. Requires service account with admin or owner role.Mixpanel Profile Append To List PropertyTool to append values to list properties on user profiles in Mixpanel. Use when you need to add items to list-type properties. Unlike $union, $append allows duplicate values. If the property doesn't exist, it creates a new list with the value as the first element.Mixpanel Profile Batch UpdateTool to update multiple user profiles in Mixpanel in a single batch request. Use when you need to update properties for multiple users efficiently. Supports operations: $set (update/add), $set_once (set if not exists), $add (increment), $union (add to list uniquely), $append (ap…Mixpanel Profile Event ActivityGet event activity feed for specified users from Mixpanel Query API. The Query API has a rate limit of 60 queries per hour and a maximum of 5 concurrent queries.Mixpanel Profile Numerical AddTool to increment or decrement numerical properties on user profiles in Mixpanel. Use when you need to add values to existing numerical properties (e.g., login counts, points, credits). Properties are incremented by the specified amount. If a property doesn't exist, the value is…Mixpanel Profile Remove From List PropertyTool to remove values from list properties on user profiles in Mixpanel. Use when you need to remove specific items from list-type properties. If the value doesn't exist in the list, no updates are made. If the property doesn't exist or is not list-valued, the operation is ignor…Mixpanel Profile SetTool to set user profile properties in Mixpanel using the $set operation. Use when you need to create or update properties on a user profile. Properties specified will be created if they don't exist, or overwritten if they do. If the profile doesn't exist, it will be created wit…Mixpanel Query Frequency ReportGet data about how frequently users are performing events. The Query API has a rate limit of 60 queries per hour and a maximum of 5 concurrent queries. Example response with unit="day" and addiction_unit="hour": { "2012-01-01": [305, 107, 60, 41, ...], # Users who did event in 1…Mixpanel Query FunnelGet data for a funnel. The Query API has a rate limit of 60 queries per hour and a maximum of 5 concurrent queries.Mixpanel Query InsightGet data from your Insights reports. The Query API has a rate limit of 60 queries per hour and a maximum of 5 concurrent queries.Mixpanel Query Numeric AverageAverages an expression for events per unit time. The Query API has a rate limit of 60 queries per hour and a maximum of 5 concurrent queries. Example response: { "status": "ok", "results": { "2024-01-01": 25.5, "2024-01-02": 32.75, "2024-01-03": 28.25 } }+29 个操作+14 个操作服务提供商来源Provider API (api.composio.dev)相关 AI 智能体应用Deep Research Tools由 Exa 支持的深度研究,适用于复杂、多跳、以引文为依据的研究和结构化综合。Ably ToolsAbly 是一个实时消息平台,帮助开发者构建聊天和数据同步等实时功能,为现代应用提供全球可扩展性和强大可靠性Abstract ToolsAbstract API 提供一套 API,帮助开发者自动执行各种任务,包括数据验证、数据丰富等。AbuseIPDB ToolsAbuseIPDB 是一个致力于通过提供集中式存储库来报告和检查与恶意活动相关的 IP 地址,从而帮助提升互联网安全性的项目。