Open Kioku Search Memory
search_memorySearch an append-only repository memory store for previously recorded facts by keyword or entity. Retrieve fact text, source, confidence, and timestamp for matching entries.
Instructions
Search the append-only repository memory store for previously recorded facts by keyword and entity match. Returns fact text, source, confidence level, and timestamp for each matching entry. Use to retrieve stored repository-scoped memory facts by keyword, entity, or text match from the local .ok SQLite store. Returns fact text, source, confidence, timestamp, and associated entities for each match. Do NOT use for current source code search (use search_code or hybrid_search) or for live index data (use the search and symbol tools). Use remember_fact to write new entries. This is read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of matching facts to return, ordered by relevance. Defaults to 20. | |
| query | Yes | Keyword or phrase to match against stored fact text and entity names. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Wrapped non-object output, used for Markdown, TOON, or scalar responses. |