memex_recall
Retrieve stored memories about past work, decisions, or conversations by searching your memory bank with a natural-language query.
Instructions
Search stored memories for query. Call before answering questions about prior work, decisions, or past conversations. Default mode="fast" (vector search, ~0.1s); use mode="thorough" only when a fast result looks wrong or stakes are high (~3s, hybrid search). Current facts list first, superseded/expired after, marked. Every hit shows its id, status, and recorded date. Fix a stale hit with memex_correct; see its history with memex_get. Do not use this to store a new fact -- use memex_store instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | "fast": vector search (default). "thorough": hybrid search, slower, for a second opinion. | fast |
| as_of | No | Optional ISO-8601 date or instant. Answer as memory stood then: records written later are excluded and later supersessions are ignored. | |
| limit | No | Max hits to return. | |
| query | Yes | Natural-language search query. | |
| historical | No | Keep relevance order; do not demote superseded or expired records. |