rememb_search
Search memory entries by content or tags with semantic similarity to find relevant information. Returns ranked results filtered by section or tag.
Instructions
Search memory entries by content or tags using semantic similarity. Safe, read-only operation with no side effects. Use instead of rememb_read when you need to find specific entries by topic rather than loading all entries. Returns the top_k most relevant results ranked by similarity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Optional exact tag filter applied before semantic search | |
| query | Yes | Search query - natural language or keywords | |
| top_k | No | Maximum number of results | |
| section | No | Optional section filter: project, actions, systems, requests, user, context | |
| max_chars | No | Maximum characters of content to include per entry | |
| summary_only | No | Render a compact one-line summary per entry |