Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Cohort
h_supertools_analytics_tool:create_cohort
Create a new user cohort based on specified criteria.
Write
Medium risk
Generate Report
h_supertools_analytics_tool:generate_report
Generate an analytics report with specified parameters and date range.
Write
Medium risk
Get Cohort
h_supertools_analytics_tool:get_cohort
Get cohort details including user count and criteria.
Read
Low risk
Get Funnel
h_supertools_analytics_tool:get_funnel
Get funnel analysis with conversion rates and step-by-step breakdown.
Read
Low risk
Get Report
h_supertools_analytics_tool:get_report
Get a previously generated report by ID.
Read
Low risk
Get User
h_supertools_analytics_tool:get_user
Get user profile with analytics data and properties.
Read
Low risk
List Cohorts
h_supertools_analytics_tool:list_cohorts
List all cohorts with basic information and user counts.
Read
Low risk
List Events
h_supertools_analytics_tool:list_events
List events with optional filtering by user, event name, and date range.
Read
Low risk
List Funnels
h_supertools_analytics_tool:list_funnels
List all available funnels with basic information.
Read
Low risk
List Users
h_supertools_analytics_tool:list_users
List users with optional filtering by creation date, activity, and email domain.
Read
Low risk
Track Event
h_supertools_analytics_tool:track_event
Track a user event with optional properties for analytics.
Write
Medium risk
Update User
h_supertools_analytics_tool:update_user
Update user profile information and custom properties.
Write
Medium risk