Open Kioku Search Memory
search_memoryFind previously stored repository facts by keyword, entity, or text match. Returns text, source, confidence, timestamp, and entities for evidence-backed decisions.
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. |