You're viewing a demo portfolio

Join the waitlist
PRSM

calls_set_translation_language

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

Change the target language of an active voice/Meet call's live translator on the fly — no hangup or re-dispatch (also arms translator mode if it isn't already on). Pass the call_id and an ISO language code, e.g. 'th' (Thai), 'ru' (Russian), 'es' (Spanish), 'en' (English). Takes effect within ~10ms — speak and the translation switches to the new language.

Parameters schema

{
  "type": "object",
  "required": [
    "call_id",
    "language"
  ],
  "properties": {
    "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."
    },
    "language": {
      "type": "string",
      "description": "Target language ISO code: 'th' (Thai), 'ru' (Russian), 'es' (Spanish), 'en' (English), etc."
    }
  }
}

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 →