mnemonic_search
Search memories using full-text queries and tag filters to find relevant notes. Ranked results combine title and content matches for accurate retrieval.
Instructions
Search memories using full-text search and/or tag filtering.
The query searches both title and content using SQLite FTS5. Results are ranked by relevance and weight.
Examples: - query: "wishly deals" # Find memories about Wishly deals - tags: ["project"] # All memories tagged 'project' - query: "API", tags: ["technical"] # Combine search and filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | Input for searching memories. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |