generate_ai_reply
ActiveTool of Famulor
declared in 0.2.0
Generate a context-aware AI reply for a customer message. The system keeps conversation state per customer_identifier (e.g. phone, email, CRM ID).
Parameters schema
{
"type": "object",
"required": [
"assistant_id",
"customer_identifier",
"message"
],
"properties": {
"message": {
"type": "string"
},
"variables": {
"type": "object",
"additionalProperties": true
},
"assistant_id": {
"type": "integer"
},
"customer_identifier": {
"type": "string",
"description": "Stable per-customer ID; max 255 chars"
}
}
}Parent server
Famulor
https://github.com/bekservice/Famulor-MCP
1/7 registries