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.
Complete Task
motion:complete_task
Mark a task as completed in Motion. This updates the status and sets completion time.
Write
Low risk
Create Comment
motion:create_comment
Create a new comment on a task in Motion.
Write
Medium risk
Create Project
motion:create_project
Create a new project in Motion within a specific workspace.
Write
Medium risk
Create Task
motion:create_task
Create a new task in Motion with optional project assignment and scheduling.
Write
Medium risk
Delete Comment
motion:delete_comment
Permanently delete a comment from Motion. This action cannot be undone.
Write
High risk
Delete Project
motion:delete_project
Permanently delete a project and all its tasks from Motion. This action cannot be undone.
Write
High risk
Delete Task
motion:delete_task
Permanently delete a task from Motion. This action cannot be undone.
Write
High risk
Get Comment
motion:get_comment
Fetch a single comment by ID with author and task details.
Read
Low risk
Get Project
motion:get_project
Fetch a single project by ID with all details including workspace and task count.
Read
Low risk
Get Task
motion:get_task
Fetch a single task by ID with all details including project, assignee, and status.
Read
Low risk
List Comments
motion:list_comments
List comments with optional filtering by task.
Read
Low risk
List Projects
motion:list_projects
List projects with optional filtering by workspace.
Read
Low risk
List Tasks
motion:list_tasks
List tasks with optional filtering by workspace, project, assignee, or status.
Read
Low risk
List Users
motion:list_users
List users with optional filtering by workspace.
Read
Low risk
List Workspaces
motion:list_workspaces
List all accessible workspaces for the authenticated user.
Read
Low risk
Move Task
motion:move_task
Move a task to a different project or workspace in Motion.
Write
Low risk
Update Comment
motion:update_comment
Update an existing comment's content.
Write
Medium risk
Update Project
motion:update_project
Update an existing project's name and description.
Write
Medium risk
Update Task
motion:update_task
Update an existing task's properties including status, assignee, and scheduling.
Write
Medium risk