calls_hangup
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Hang up an active voice call by call_id. Use after calls.make when the agent decides to terminate before the callee does, or to abort a stuck call. Idempotent: returns success if the call is already terminal.
Parameters schema
{
"type": "object",
"required": [
"call_id"
],
"properties": {
"reason": {
"type": "string",
"maximum": 200,
"description": "Short internal reason for ending the call (e.g. 'campaign timeout'). Stored on voice_sessions.metadata."
},
"call_id": {
"type": "string",
"maximum": 64,
"description": "Call ID returned by calls.make in _meta.call_id."
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries