memory_recall
Search memory and retrieve full content for top results in one call, reducing round trips. Use at task start or when encountering unfamiliar territory.
Instructions
Search memory and return full content for the top results in a single call. Use this instead of memory_search + memory_read to reduce round trips.
Returns two lists:
memories: full content for the top read_k results (default 5)
also_matched: titles only for remaining results (for follow-up reads if needed)
Call this at the START of every task AND whenever you hit unfamiliar territory mid-task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | ||
| query | Yes | ||
| read_k | No | ||
| include_deleted | No |