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 Team Member
teamioo:add_team_member
Add a user to a team with specified role.
Write
Medium risk
Create Comment
teamioo:create_comment
Add a comment to a task.
Write
Medium risk
Create Project
teamioo:create_project
Create a new project in a team.
Write
Medium risk
Create Task
teamioo:create_task
Create a new task in a project.
Write
Medium risk
Create Team
teamioo:create_team
Create a new team.
Write
Medium risk
Delete Project
teamioo:delete_project
Delete a project permanently. This action cannot be undone.
Write
High risk
Delete Task
teamioo:delete_task
Delete a task permanently. This action cannot be undone.
Write
High risk
Get Project
teamioo:get_project
Fetch a single project by ID with details and status.
Read
Low risk
Get Task
teamioo:get_task
Fetch a single task by ID with details and assignees.
Read
Low risk
Get Team
teamioo:get_team
Fetch a single team by ID with members and details.
Read
Low risk
Get Time Entries
teamioo:get_time_entries
Get time entries with optional filtering by task, project, user, or date range.
Read
Low risk
Get User
teamioo:get_user
Fetch a single user by ID with profile details.
Read
Low risk
List Comments
teamioo:list_comments
List comments for a specific task.
Read
Low risk
List Projects
teamioo:list_projects
List projects with optional filtering by team, status, or search term.
Read
Low risk
List Tasks
teamioo:list_tasks
List tasks with optional filtering by project, status, assignee, or search term.
Read
Low risk
List Teams
teamioo:list_teams
List teams with optional search filtering.
Read
Low risk
List Users
teamioo:list_users
List users with optional filtering by team, status, or search term.
Read
Low risk
Log Time
teamioo:log_time
Log time spent working on a task.
Write
Medium risk
Remove Team Member
teamioo:remove_team_member
Remove a user from a team. This will revoke their access to team projects.
Write
High risk
Update Project
teamioo:update_project
Update an existing project's details.
Write
Medium risk
Update Task
teamioo:update_task
Update an existing task's details.
Write
Medium risk