memory_recall
Retrieve stored text by semantic similarity to a natural-language query. Returns ranked matches with scores, enabling memory recall without exact keys.
Instructions
[$0.002/call, wallet required] Recall remembered text by similarity to a query (ranked by cosine similarity), not by exact key. Returns the top-k matches with scores. The retrieval half of the wallet-scoped semantic memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | How many matches (1-50, default 5) | |
| owner | No | Optional 0x namespace (requires a grant) | |
| query | Yes | Natural-language query |