Search memory
memory_searchSearch stored notes, decisions, requirements, and learnings by keyword to find relevant project memories. Returns excerpts in reverse chronological order to recall prior context.
Instructions
Full-text search over a project's memories. Query words are matched literally (all words must appear) and the last word is a prefix match, so sqlite also finds sqlite3. Each hit carries a short excerpt over the body, not the full text. Returns newest-first among equal relevance. Empty results for unknown projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kinds | No | ||
| limit | No | ||
| query | Yes | ||
| include_body | No | Return full bodies. Default false: only a short excerpt per hit. | |
| project_root | Yes | Absolute path to the project root directory. Resolve once (git toplevel or workspace root) and reuse verbatim. | |
| include_superseded | No |