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 Call Note
justcall:add_call_note
Add a note to an existing call record.
Write
Medium risk
Create Contact
justcall:create_contact
Create a new contact in JustCall.
Write
Medium risk
Delete Contact
justcall:delete_contact
Delete a contact from JustCall. This action cannot be undone.
Write
High risk
Get Agent
justcall:get_agent
Fetch a single agent by ID with detailed information including stats and current status.
Read
Low risk
Get Call
justcall:get_call
Fetch a single call record by ID with all details including duration, recording, and participants.
Read
Low risk
Get Contact
justcall:get_contact
Fetch a single contact by ID with all details including phone numbers and custom fields.
Read
Low risk
List Agents
justcall:list_agents
List all agents in your JustCall account with their current status and details.
Read
Low risk
List Calls
justcall:list_calls
List call records with optional filtering by direction, status, agent, contact, and date range.
Read
Low risk
List Contacts
justcall:list_contacts
List contacts with optional search and filtering.
Read
Low risk
List Numbers
justcall:list_numbers
List all JustCall phone numbers available to your account.
Read
Low risk
List Sms
justcall:list_sms
List SMS messages with optional filtering by direction, contact, phone number, and date range.
Read
Low risk
Make Call
justcall:make_call
Initiate an outbound call through JustCall.
Write
Medium risk
Send Sms
justcall:send_sms
Send an SMS message through JustCall.
Write
Medium risk
Set Call Disposition
justcall:set_call_disposition
Set the disposition (outcome) for a completed call.
Write
Medium risk
Update Contact
justcall:update_contact
Update an existing contact in JustCall.
Write
Medium risk