search
Retrieve memories by text from label, description, why_matters, and tags. Returns only live entries. With Ollama, adds semantic search with distance field. Use recall with ID for full details.
Instructions
Search memories by text across label, description, why_matters, and tags. Only live entries are returned; use forgotten or whats_stale if something seems missing. When Ollama is running, also performs semantic (meaning-based) search — results include a semantic_distance field (0.0–1.0, lower = closer match). If a result looks relevant, call recall with its ID to get the full memory and all its connections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Optional domain to scope search | |
| limit | No | Max results (default 10) | |
| query | Yes | Search text |