calls_set_translation_languages
ActiveTool of io.github.saloprj/dialogbrain
Set the EXTRA target languages an active voice/Meet call's translator produces for the APP ONLY (subtitles + listenable audio in the inbox — NOT spoken into the call). Operators switch between them in the UI. Pass call_id and `app_languages` (ISO codes, e.g. ['de','fr']); pass [] to drop all extras. Max 4. The primary spoken language is managed by calls.set_translation_language. Takes effect within ~10ms; new languages translate NEW speech only.
Parameters schema
{
"type": "object",
"required": [
"call_id",
"app_languages"
],
"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."
},
"app_languages": {
"type": "array",
"items": {
"type": "string"
},
"description": "Extra app-only target languages (ISO codes), e.g. ['de','fr','es']. Pass [] to remove all extras. Max 4."
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries