memory_recall
Find relevant memories by query, context, activation, and confidence. Filter by relationship types and include neighboring memories to assemble working context for targeted questions.
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. depth is silently clamped to at most 3 hops regardless of the value passed; metadata reports the depth actually applied. Metadata also 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 |