Every action below is available as an MCP tool and a verb in Cerebral OS — callable from any AI agent, Claude, Cursor, Windsurf, or your own runtime via the BYOA API. All executions are governed, audited, and dry-run safe.
Get Account Balance
sms_messages:get_account_balance
Get current account balance and usage information.
Read
Low risk
Get Delivery Report
sms_messages:get_delivery_report
Get detailed delivery report for a specific SMS message.
Read
Low risk
Get Message
sms_messages:get_message
Fetch details of a specific SMS message by ID.
Read
Low risk
List Messages
sms_messages:list_messages
List SMS messages with optional filtering and pagination.
Read
Low risk
Send Bulk Messages
sms_messages:send_bulk_messages
Send multiple SMS messages in a single batch request.
Write
Medium risk
Send Message
sms_messages:send_message
Send an SMS message to a phone number.
Write
Medium risk
Validate Phone Number
sms_messages:validate_phone_number
Validate a phone number format and check if it can receive SMS.
Write
Medium risk