Recall
recallRecall memories with source-traceable evidence, returning exact stored text and metadata. Use hybrid mode for exact identifier matching or as_of for historical snapshots.
Instructions
Retrieve relevant memories with deterministic, source-traceable evidence.
Returns exact stored text plus provenance/source/timestamps and, by default, score components (relevance, importance_norm, recency). No LLM rewrites or rationales are generated. Set hybrid=true to fuse BM25 lexical matching with semantic recall — useful when the query is an exact identifier (an error code, a function name) rather than a paraphrase. as_of: ISO date (YYYY-MM-DD) for a HISTORICAL query — "what did memory say on that date": later records are excluded and revised beliefs resolve to the version valid then.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| pool | No | ||
| as_of | No | ||
| limit | No | ||
| query | Yes | ||
| fusion | No | rrf | |
| hybrid | No | ||
| explain | No | ||
| namespace | No | ||
| min_relevance | No | ||
| min_importance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |