You're viewing a demo portfolio

Join the waitlist
PRSM

calls_mute_translation_tts

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.saloprj/dialogbrain

https://github.com/saloprj/dialogbrain-mcp

1/7 registries
View full server →