get_conversation_messages
ActiveTool of FavCRM
declared in 1.0.0
Get messages from a specific conversation thread. Shows the chat history between the merchant and a contact.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"conversationId"
],
"properties": {
"limit": {
"type": "number",
"description": "Max results (default 20)"
},
"search": {
"type": "string",
"description": "Search within messages"
},
"conversationId": {
"type": "string",
"description": "The conversation ID"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries