search_messages
Search Signal message bodies for a keyword, across all chats or within a single chat, returning matching messages newest-first. A read-only tool to find messages by content.
Instructions
Search Signal message bodies for a keyword, within one chat or across all chats, returned newest-first.
Read-only with no side effects. Use this to find messages by content. Use read_messages instead to browse a specific chat chronologically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Case-insensitive substring to search for within message bodies. | |
| chat_name | No | Exact chat name to restrict the search to a single chat. Omit to search across all chats. | |
| limit | No | Maximum number of matching messages to return, between 1 and 200. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |