search_messages
ActiveTool of io.github.saloprj/dialogbrain
Search message content across all chats — semantic + keyword. Use to find what was said: quotes, topics, info exchanged. For chats/threads themselves use search.threads; for files use search.files; for links use search.links.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"limit": {
"type": "integer",
"default": 10,
"maximum": 50,
"minimum": 1,
"description": "Maximum messages to return."
},
"query": {
"type": "string",
"description": "What to search for in message content."
},
"date_to": {
"type": "string",
"description": "ISO8601 date (YYYY-MM-DD) upper bound. OMIT to skip."
},
"date_from": {
"type": "string",
"description": "ISO8601 date (YYYY-MM-DD) lower bound. OMIT to skip."
},
"participant_name": {
"type": "string",
"description": "Filter to messages involving this participant/contact name. OMIT to search across everyone (do NOT pass an empty string)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries