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.
Analyze Feedback
chattermill:analyze_feedback
Analyze a piece of feedback text for sentiment, themes, and keywords without storing it.
Write
Medium risk
Create Feedback
chattermill:create_feedback
Create a new feedback record in Chattermill for analysis and insights.
Write
Medium risk
Create Segment
chattermill:create_segment
Create a new customer segment with specified filters for feedback analysis.
Write
Medium risk
Create Theme
chattermill:create_theme
Create a new theme for categorizing and analyzing feedback.
Write
Medium risk
Delete Feedback
chattermill:delete_feedback
Delete a feedback record permanently. This action cannot be undone.
Write
High risk
Get Feedback
chattermill:get_feedback
Fetch a single feedback record by ID with all associated metadata.
Read
Low risk
Get Insights
chattermill:get_insights
Get analytical insights and trends from feedback data with sentiment analysis and theme breakdown.
Read
Low risk
Get Segment
chattermill:get_segment
Fetch a single customer segment by ID with its configuration and metrics.
Read
Low risk
Get Theme
chattermill:get_theme
Fetch a single theme by ID with its keywords and feedback associations.
Read
Low risk
List Feedback
chattermill:list_feedback
List feedback records with optional filtering and pagination.
Read
Low risk
List Segments
chattermill:list_segments
List customer segments with optional filtering and pagination.
Read
Low risk
List Themes
chattermill:list_themes
List themes with optional filtering and pagination.
Read
Low risk
Update Feedback
chattermill:update_feedback
Update an existing feedback record with new information.
Write
Medium risk