calls_list_active
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
List active voice calls in this workspace. Use before calls.make on a Telegram account (only one MTProto call per account at a time) to check whether the line is free.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"channel": {
"enum": [
"telegram",
"twilio"
],
"type": "string",
"description": "Filter by voice channel. OMIT to include both telegram and twilio."
},
"channel_account_id": {
"type": "integer",
"description": "Filter by channel_account.id (the calling Telegram account or Twilio number). Combine with channel for a per-line busy check."
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries