You're viewing a demo portfolio

Join the waitlist
PRSM

search_messages

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

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)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.saloprj/dialogbrain

https://github.com/saloprj/dialogbrain-mcp

1/7 registries
View full server →