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
jooto:add_comment
Add a comment to a task.
Write
Medium risk
Complete Task
jooto:complete_task
Mark a task as completed. This is a convenience action for updating task completion status.
Write
Medium risk
Create Board
jooto:create_board
Create a new board with the specified name and settings.
Write
Medium risk
Create List
jooto:create_list
Create a new list in a board with the specified name and position.
Write
Medium risk
Create Task
jooto:create_task
Create a new task in a list with the specified properties.
Write
Medium risk
Delete Board
jooto:delete_board
Permanently delete a board and all its contents. This action cannot be undone.
Write
High risk
Delete List
jooto:delete_list
Permanently delete a list and all its tasks. This action cannot be undone.
Write
High risk
Delete Task
jooto:delete_task
Permanently delete a task and all its contents. This action cannot be undone.
Write
High risk
Get Board
jooto:get_board
Fetch a single board by ID with basic information and settings.
Read
Low risk
Get List
jooto:get_list
Fetch a single list by ID with basic information and task count.
Read
Low risk
Get Task
jooto:get_task
Fetch a single task by ID with all details including assignees and due date.
Read
Low risk
Get User
jooto:get_user
Fetch a single user by ID with profile information.
Read
Low risk
List Boards
jooto:list_boards
List boards with optional filtering and pagination.
Read
Low risk
List Comments
jooto:list_comments
List all comments for a task with pagination.
Read
Low risk
List Lists
jooto:list_lists
List all lists in a board with optional filtering and pagination.
Read
Low risk
List Tasks
jooto:list_tasks
List tasks with optional filtering and pagination.
Read
Low risk
List Users
jooto:list_users
List users with optional filtering and pagination.
Read
Low risk
Move Task
jooto:move_task
Move a task to a different list, optionally specifying the position.
Write
Medium risk
Update Board
jooto:update_board
Update an existing board's properties.
Write
Medium risk
Update List
jooto:update_list
Update an existing list's properties.
Write
Medium risk
Update Task
jooto:update_task
Update an existing task's properties.
Write
Medium risk