Find memories connected to a topic
memorysync_relatedTraverse the memory graph to return connected facts around a topic, revealing surrounding context and related constraints that isolated searches miss.
Instructions
Traverse the memory graph to return facts connected to a topic, so you can see the surrounding context rather than isolated matches. Use this when a decision depends on several linked facts - for example every memory touching authentication - or to discover related constraints you did not think to search for. memorysync_search ranks independent matches by relevance; this returns a connected neighbourhood instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Topic to centre the graph on, for example 'authentication' or 'database schema'. | |
| limit | No | Maximum connected memories to return. Defaults to 20 if omitted. Larger graphs are harder to reason over, so raise this only when mapping an area. | |
| decision_focus | No | When true, restricts the graph to memories that record decisions rather than general facts. Useful for reconstructing why something was chosen. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edges | No | Relationships between the returned memories. | |
| nodes | No | Connected memories. |