Recall
recallSearch memories by meaning and return the closest matches.
Results are ranked by similarity and bounded by limit (default 8). Use the
returned next_cursor with has_more to page further — you decide whether
the results are enough. namespace selects the collection (defaults to the
shared namespace).
Returns {items, total, has_more, next_cursor}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| cursor | No | ||
| namespace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||