mempalace_search
Search your MemPalace memory using semantic search to retrieve relevant drawer content with similarity scores.
Instructions
Semantic search. Returns verbatim drawer content with similarity scores. IMPORTANT: 'query' must contain ONLY search keywords. Use 'context' for background. Results with cosine distance > max_distance are filtered out.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Short search query ONLY — keywords or a question. Max 250 chars. | |
| limit | No | Max results (default 5) | |
| wing | No | Filter by wing (optional) | |
| room | No | Filter by room (optional) | |
| max_distance | No | Max cosine distance threshold (0=identical, 2=opposite). Results further than this are dropped. Lower = stricter. Default 1.5. Set to 0 to disable. | |
| context | No | Background context for the search (optional). NOT used for embedding — only for future re-ranking. |