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.
Ban User
mumble:ban_user
Ban a user or IP address from the Mumble server.
Write
Medium risk
Create Channel
mumble:create_channel
Create a new channel on the Mumble server.
Write
Medium risk
Deafen User
mumble:deafen_user
Deafen or undeafen a user on the Mumble server (server-side deafen, not self-deafen).
Write
Medium risk
Delete Channel
mumble:delete_channel
Delete a channel from the Mumble server. Users in the channel will be moved to the parent channel.
Write
High risk
Get Server Info
mumble:get_server_info
Get basic information about a Mumble server including user count, channels, and status.
Read
Low risk
Get User
mumble:get_user
Get detailed information about a specific user on the Mumble server.
Read
Low risk
Kick User
mumble:kick_user
Kick a user from the Mumble server (disconnects them immediately).
Write
Medium risk
List Bans
mumble:list_bans
List all active and expired bans on the Mumble server.
Read
Low risk
List Channels
mumble:list_channels
List all channels on the Mumble server with their hierarchy and user counts.
Read
Low risk
List Users
mumble:list_users
List all users currently connected to the Mumble server or in a specific channel.
Read
Low risk
Move User
mumble:move_user
Move a user to a different channel on the Mumble server.
Write
Medium risk
Mute User
mumble:mute_user
Mute or unmute a user on the Mumble server (server-side mute, not self-mute).
Write
Medium risk
Send Message
mumble:send_message
Send a text message to the server, a specific channel, or a user on the Mumble server.
Write
Medium risk
Unban User
mumble:unban_user
Remove a ban from the Mumble server, allowing the user/IP to reconnect.
Write
High risk
Update Channel
mumble:update_channel
Update an existing channel's properties on the Mumble server.
Write
Medium risk