memory_search
Search stored memories using full-text queries with BM25 ranking and importance/recency boosts. Excludes deleted and expired entries by default.
Instructions
Search FTS5 with literal AND terms, BM25 and small importance/recency boosts. Deleted and expired memories are excluded by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| sort | No | ||
| tags | No | ||
| type | No | ||
| limit | No | ||
| query | Yes | ||
| offset | No | ||
| source | No | ||
| project | No | ||
| namespace | No | ||
| all_projects | No | ||
| created_after | No | ||
| created_before | No | ||
| importance_min | No | ||
| include_deleted | No | ||
| include_expired | No |