enable_assistant_inbound_webhook
ActiveTool of Famulor
declared in 0.2.0
Enable inbound-call webhook notifications for an assistant.
Parameters schema
{
"type": "object",
"required": [
"assistant_id",
"webhook_url"
],
"properties": {
"webhook_url": {
"type": "string",
"description": "HTTPS URL that receives the webhook payload"
},
"assistant_id": {
"type": "integer"
}
}
}Parent server
Famulor
https://github.com/bekservice/Famulor-MCP
1/7 registries