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 Contact Tags
superphone:add_contact_tags
Add tags to a contact (preserves existing tags).
Write
Medium risk
Archive Conversation
superphone:archive_conversation
Archive a conversation to remove it from active inbox.
Write
High risk
Block Contact
superphone:block_contact
Block a contact to prevent receiving messages from them.
Write
Low risk
Create Contact
superphone:create_contact
Create a new contact in Superphone.
Write
Medium risk
Delete Contact
superphone:delete_contact
Permanently delete a contact and all associated conversation history.
Write
High risk
Get Contact
superphone:get_contact
Fetch a single contact by ID with phone numbers and conversation history.
Read
Low risk
Get Conversation
superphone:get_conversation
Fetch a single conversation by ID with participant info and recent messages.
Read
Low risk
Get Message
superphone:get_message
Fetch a single message by ID with delivery status and metadata.
Read
Low risk
List Contacts
superphone:list_contacts
List contacts with optional filtering and pagination.
Read
Low risk
List Conversations
superphone:list_conversations
List conversations with optional filtering and pagination.
Read
Low risk
List Messages
superphone:list_messages
List messages with optional filtering and pagination.
Read
Low risk
Remove Contact Tags
superphone:remove_contact_tags
Remove specific tags from a contact (preserves other tags).
Write
High risk
Send Message
superphone:send_message
Send an SMS message to a phone number.
Write
Medium risk
Unarchive Conversation
superphone:unarchive_conversation
Unarchive a conversation to restore it to active inbox.
Write
Low risk
Unblock Contact
superphone:unblock_contact
Unblock a contact to allow receiving messages from them again.
Write
Low risk
Update Contact
superphone:update_contact
Update an existing contact's information.
Write
Medium risk