make_call
ActiveTool of Famulor
declared in 0.2.0
Initiate an outbound AI phone call with a configured assistant.
Parameters schema
{
"type": "object",
"required": [
"assistant_id",
"phone_number"
],
"properties": {
"variables": {
"type": "object",
"additionalProperties": true
},
"assistant_id": {
"type": "string",
"description": "Assistant UUID or ID"
},
"phone_number": {
"type": "string",
"description": "E.164-formatted destination number"
}
}
}Parent server
Famulor
https://github.com/bekservice/Famulor-MCP
1/7 registries