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
specific:complete_task
Mark a task as completed and optionally log time spent.
Write
Medium risk
Create Contact
specific:create_contact
Create a new contact with the provided information.
Write
Medium risk
Create Project
specific:create_project
Create a new project with the provided information.
Write
Medium risk
Create Task
specific:create_task
Create a new task within a project.
Write
Medium risk
Delete Contact
specific:delete_contact
Permanently delete a contact and all associated data.
Write
High risk
Get Contact
specific:get_contact
Fetch a single contact by ID with all details including custom fields.
Read
Low risk
Get Project
specific:get_project
Fetch a single project by ID with tasks and team members.
Read
Low risk
Get Task
specific:get_task
Fetch a single task by ID with all details and comments.
Read
Low risk
List Contacts
specific:list_contacts
List contacts with optional filtering and pagination.
Read
Low risk
List Projects
specific:list_projects
List projects with optional filtering and pagination.
Read
Low risk
List Tasks
specific:list_tasks
List tasks with optional filtering and pagination.
Read
Low risk
List Users
specific:list_users
List users in the organization with optional filtering.
Read
Low risk
Send Notification
specific:send_notification
Send an in-app notification to a user with optional email delivery.
Write
Medium risk
Update Contact
specific:update_contact
Update an existing contact with new information.
Write
Medium risk
Update Project
specific:update_project
Update an existing project with new information.
Write
Medium risk
Update Task
specific:update_task
Update an existing task with new information.
Write
Medium risk