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.
Add Comment
seventodos:add_comment
Add a comment to a task with optional team notifications.
Write
Medium risk
Assign Task
seventodos:assign_task
Assign a task to a specific user with optional assignment note.
Write
Medium risk
Complete Task
seventodos:complete_task
Mark a task as completed with optional completion notes.
Write
Medium risk
Create Project
seventodos:create_project
Create a new project with optional team members and due date.
Write
Medium risk
Create Task
seventodos:create_task
Create a new task with optional project assignment and due date.
Write
Medium risk
Delete Project
seventodos:delete_project
Permanently delete a project and all its tasks. This action cannot be undone.
Write
High risk
Delete Task
seventodos:delete_task
Permanently delete a task. This action cannot be undone.
Write
High risk
Get Project
seventodos:get_project
Fetch a single project by ID with task counts and team members.
Read
Low risk
Get Task
seventodos:get_task
Fetch a single task by ID with all details including subtasks and attachments.
Read
Low risk
Get User
seventodos:get_user
Fetch a single user by ID with profile information and activity stats.
Read
Low risk
List Comments
seventodos:list_comments
List all comments for a specific task.
Read
Low risk
List Projects
seventodos:list_projects
List projects with filtering and search capabilities.
Read
Low risk
List Tasks
seventodos:list_tasks
List tasks with filtering and search capabilities.
Read
Low risk
List Users
seventodos:list_users
List users with filtering and search capabilities.
Read
Low risk
Update Project
seventodos:update_project
Update an existing project with new values for any field.
Write
Medium risk
Update Task
seventodos:update_task
Update an existing task with new values for any field.
Write
Medium risk