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.
Check Delivery Status
smstools:check_delivery_status
Check the current delivery status of an SMS message.
Read
Low risk
Create Contact
smstools:create_contact
Create a new contact in your SMS address book.
Write
Medium risk
Create Group
smstools:create_group
Create a new contact group for organizing your address book.
Write
Medium risk
Delete Contact
smstools:delete_contact
Permanently delete a contact from your address book.
Write
High risk
Delete Group
smstools:delete_group
Permanently delete a contact group. Contacts in the group will not be deleted.
Write
High risk
Get Account Balance
smstools:get_account_balance
Get current account balance, credit usage, and account limits.
Read
Low risk
Get Contact
smstools:get_contact
Get details of a specific contact from your address book.
Read
Low risk
Get Message
smstools:get_message
Get details and delivery status of a specific SMS message.
Read
Low risk
List Contacts
smstools:list_contacts
List contacts from your address book with optional filtering and search.
Read
Low risk
List Groups
smstools:list_groups
List all contact groups with optional search and pagination.
Read
Low risk
List Messages
smstools:list_messages
List SMS messages with optional filtering and pagination.
Read
Low risk
Send Bulk Sms
smstools:send_bulk_sms
Send SMS messages to multiple recipients in a single API call.
Write
Medium risk
Send Sms
smstools:send_sms
Send an SMS message to a phone number.
Write
Medium risk
Update Contact
smstools:update_contact
Update an existing contact in your address book.
Write
Medium risk