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.
Create Contact
message_bird:create_contact
Create a new contact in MessageBird contacts.
Write
Medium risk
Delete Contact
message_bird:delete_contact
Delete a contact permanently from MessageBird contacts.
Write
High risk
Get Balance
message_bird:get_balance
Get current account balance and payment type.
Read
Low risk
Get Contact
message_bird:get_contact
Retrieve a specific contact by ID.
Read
Low risk
Get Hlr
message_bird:get_hlr
Retrieve results of an HLR lookup by ID.
Read
Low risk
Get Message
message_bird:get_message
Retrieve details of a specific message including delivery status.
Read
Low risk
Get Verification
message_bird:get_verification
Get the status of a phone verification without verifying a token.
Read
Low risk
Get Voice Message
message_bird:get_voice_message
Retrieve details of a specific voice message including call status.
Read
Low risk
List Contacts
message_bird:list_contacts
List contacts with pagination.
Read
Low risk
List Messages
message_bird:list_messages
List messages with optional filtering and pagination.
Read
Low risk
Lookup Hlr
message_bird:lookup_hlr
Perform HLR (Home Location Register) lookup to check if phone number is reachable and get network info.
Write
Medium risk
Send Sms
message_bird:send_sms
Send SMS message to one or more recipients via MessageBird.
Write
Medium risk
Send Voice Message
message_bird:send_voice_message
Send voice message (text-to-speech call) to one or more recipients.
Write
Medium risk
Update Contact
message_bird:update_contact
Update an existing contact's information.
Write
Medium risk
Verify Phone
message_bird:verify_phone
Start phone number verification by sending SMS with verification code.
Write
Medium risk
Verify Token
message_bird:verify_token
Verify the token/code entered by user to complete phone verification.
Write
Low risk