calls_mute_translation_tts
ActiveTool of io.github.saloprj/dialogbrain
Mute or unmute an active call's live-translation TTS. scope='call' (default, Google Meet sessions ONLY): the translator goes silent INSIDE the call — participants hear no bot voice, in-flight audio is cut immediately, but translation audio + subtitles remain available in the app (listen overlay). scope='everywhere' (any channel): stop synthesizing entirely from the next utterance — subtitles only, no audio anywhere. muted=false reverses either. Translation itself keeps running throughout.
Parameters schema
{
"type": "object",
"required": [
"call_id",
"muted"
],
"properties": {
"muted": {
"type": "boolean",
"description": "true to mute, false to unmute."
},
"scope": {
"enum": [
"call",
"everywhere"
],
"type": "string",
"description": "'call' (default; Google Meet only): silent in the call only — app audio + subtitles keep flowing. 'everywhere' (any channel): no TTS synthesis at all (subtitles only). OMIT to use the 'call' default."
},
"call_id": {
"type": "string",
"description": "The active call / Meet session call_id (UUID) — e.g. from calls.send_to_meet's session_id or calls.list_active."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries