memory_recall
Search memories by text, context, or graph connections to retrieve targeted information. Use strict context isolation and neighbor enrichment to assemble precise working context.
Instructions
Search memories by text, context, activation, and confidence.
Use this for a targeted question. Use memory_context to assemble working context. Context is soft by default; use strict_context=true for isolation. With include_neighbors=true, bounded graph neighbors are hydrated into the result. Filter relationships with edge_types such as RESPONDS_TO. The neighbor_limit bounds hydrated neighbors; limit remains the total result count. Metadata reports when additional neighbors were available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | ||
| limit | No | ||
| query | Yes | ||
| context | No | ||
| edge_types | No | ||
| token_budget | No | ||
| neighbor_limit | No | ||
| strict_context | No | ||
| include_neighbors | No |