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.
Close Deal
hana:close_deal
Close a deal as won or lost with optional closure details.
Write
Medium risk
Complete Task
hana:complete_task
Mark a task as completed with optional completion notes.
Write
Medium risk
Create Contact
hana:create_contact
Create a new contact in Hana with the provided information.
Write
Medium risk
Create Deal
hana:create_deal
Create a new deal in Hana with the provided information.
Write
Medium risk
Create Task
hana:create_task
Create a new task in Hana with the provided information.
Write
Medium risk
Delete Contact
hana:delete_contact
Permanently delete a contact from Hana. This action cannot be undone.
Write
High risk
Get Contact
hana:get_contact
Fetch a single contact by ID with all contact details and custom fields.
Read
Low risk
Get Deal
hana:get_deal
Fetch a single deal by ID with all deal details and associated contacts.
Read
Low risk
Get Task
hana:get_task
Fetch a single task by ID with all task details and associations.
Read
Low risk
List Contacts
hana:list_contacts
List contacts with optional filtering and pagination.
Read
Low risk
List Deals
hana:list_deals
List deals with optional filtering and pagination.
Read
Low risk
List Tasks
hana:list_tasks
List tasks with optional filtering and pagination.
Read
Low risk
Send Email
hana:send_email
Send an email through Hana's email system with tracking and CRM integration.
Write
Medium risk
Update Contact
hana:update_contact
Update an existing contact in Hana with new information.
Write
Medium risk
Update Deal
hana:update_deal
Update an existing deal in Hana with new information.
Write
Medium risk