list_conversations
ActiveTool of Famulor
declared in 0.2.0
List conversations across your assistants with cursor pagination and filters.
Parameters schema
{
"type": "object",
"properties": {
"type": {
"enum": [
"test",
"widget",
"whatsapp",
"api"
],
"type": "string"
},
"cursor": {
"type": "string"
},
"per_page": {
"type": "integer"
},
"assistant_id": {
"type": "integer"
},
"customer_phone": {
"type": "string"
},
"external_identifier": {
"type": "string"
},
"whatsapp_sender_phone": {
"type": "string"
}
}
}Parent server
Famulor
https://github.com/bekservice/Famulor-MCP
1/7 registries