recall
Retrieve saved notes from memory by query, using hybrid keyword and semantic matching to return the most relevant results first.
Instructions
Recall notes previously saved via remember - the agent's own
memory, not indexed reference documents. Use search instead for
the knowledge base.
Read-only, no side effects. Results are ranked best-match-first by
a hybrid of keyword and semantic similarity, not necessarily the
order they were remembered. If k exceeds how many memories
exist, every memory is returned rather than raising an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | Maximum number of results to return, best match first. | |
| query | Yes | What to search for - matched by both keyword and semantic meaning. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |