memory_search
Search stored memories using BM25 relevance ranking. Returns concise snippets; filter by namespace and tags for targeted results.
Instructions
Search memories using BM25 ranking. Returns snippets (first ~150 chars), not full content. Use memory_recall to fetch full content for specific results. Scope searches with namespace and tags for better relevance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter by tags (AND logic). Only memories with ALL specified tags are scored. | |
| limit | No | Max results to return. Default 10. | |
| query | Yes | Search query. Use specific terms for best results. | |
| namespace | No | Scope to a single namespace. Omit for global search across all namespaces. |