memo_search
Search memos by content query and optionally filter by channel ID. Returns JSON with memo details.
Instructions
Searches for memos in the database. Supports content-based search and channel filtering. When no channel is specified, the currently active channel is used. Returns results in JSON format with memo information and content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Query string to search memo content (partial match) | |
| channelIds | No | List of channel IDs to search in (defaults to currently active channel if omitted) | |
| limit | No | Maximum number of results to return (default: 20) |