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 Course
educateme:create_course
Create a new course with the specified details.
Write
Medium risk
Create Enrollment
educateme:create_enrollment
Enroll a student in a course.
Write
Medium risk
Create Student
educateme:create_student
Create a new student account with the specified details.
Write
Medium risk
Delete Course
educateme:delete_course
Delete a course permanently. This action cannot be undone.
Write
High risk
Get Assignment
educateme:get_assignment
Fetch a single assignment by ID with details and submission info.
Read
Low risk
Get Course
educateme:get_course
Fetch a single course by ID with details, modules, and enrollment info.
Read
Low risk
Get Enrollment
educateme:get_enrollment
Fetch a single enrollment by ID with progress and completion details.
Read
Low risk
Get Progress
educateme:get_progress
Get learning progress for a student, either overall or for a specific course.
Read
Low risk
Get Student
educateme:get_student
Fetch a single student by ID with profile and enrollment info.
Read
Low risk
Get Submission
educateme:get_submission
Fetch a single assignment submission by ID with grading details.
Read
Low risk
Grade Submission
educateme:grade_submission
Grade an assignment submission and provide feedback to the student.
Write
Medium risk
List Assignments
educateme:list_assignments
List assignments with optional filtering.
Read
Low risk
List Courses
educateme:list_courses
List courses with optional filtering and search.
Read
Low risk
List Enrollments
educateme:list_enrollments
List enrollments with optional filtering.
Read
Low risk
List Students
educateme:list_students
List students with optional filtering and search.
Read
Low risk
List Submissions
educateme:list_submissions
List assignment submissions with optional filtering.
Read
Low risk
Send Message
educateme:send_message
Send a message to a student through the platform messaging system.
Write
Medium risk
Update Course
educateme:update_course
Update an existing course with new details.
Write
Medium risk
Update Enrollment
educateme:update_enrollment
Update an existing enrollment with new status or progress.
Write
Medium risk