create_conversation
ActiveTool of Famulor
declared in 0.2.0
Start a new chat session with an assistant (widget=paid, test=free).
Parameters schema
{
"type": "object",
"required": [
"assistant_id"
],
"properties": {
"type": {
"enum": [
"widget",
"test"
],
"type": "string"
},
"variables": {
"type": "object",
"additionalProperties": true
},
"assistant_id": {
"type": "string"
}
}
}Parent server
Famulor
https://github.com/bekservice/Famulor-MCP
1/7 registries