search_memory
Full-text search over YOUR memory values using FTS5. Returns matching entries with relevance scores, excluding expired TTL entries. Scoped to memory you own — registered handle + secret required. Omit namespace to search all of your own memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | max results (default 20, max 100) | |
| query | Yes | FTS5 search terms (porter stemmer, unicode61 tokenizer) | |
| handle | Yes | ||
| secret | No | ||
| namespace | No | namespace to search within (omit to search all of yours) |