list_conversations
ActiveTool of FavCRM
declared in 1.0.0
List messaging conversations across channels (WhatsApp, SMS, email, etc). Shows unread counts and last message time.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "number",
"description": "Max results (default 20)"
},
"search": {
"type": "string",
"description": "Search by contact name, phone, or email"
},
"status": {
"enum": [
"active",
"archived",
"closed"
],
"type": "string",
"description": "Filter by conversation status"
},
"channel": {
"enum": [
"whatsapp",
"sms",
"email",
"messenger",
"instagram",
"threads",
"web_form"
],
"type": "string",
"description": "Filter by channel"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries