search_messages
Search message content by keyword, with optional Agent ID filter to focus on specific agents.
Instructions
全文搜索消息内容。支持按 Agent ID 筛选。使用 SQL LIKE 模糊匹配(暂无 FTS5 索引)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | 搜索关键词 | |
| agent_id | No | 限定 Agent ID(按发送方或接收方过滤) | |
| limit | No | 最大返回数量 |