calls_set_translation_language
ActiveTool of io.github.saloprj/dialogbrain
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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries