search_memory
Search memory by semantic similarity to surface prior decisions, context, and evolved thinking for topic-specific conversations.
Instructions
Search the memory system by semantic similarity. Use this at the start of any topic-specific conversation to surface relevant context, prior decisions, and evolved thinking — without being asked. Returns memories ranked by relevance × salience.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language query describing what context you need | |
| top_k | No | Number of memories to return (default 6) | |
| types | No | Filter by memory type. Options: ['episodic', 'feedback', 'project', 'reference', 'semantic', 'user']. Omit to search all. | |
| namespace | No | Namespace to search. Omit for this server's namespace; '*' searches every namespace. |