get_related
Given a node ID, retrieve its relational subgraph to understand how it connects within the knowledge graph.
Instructions
Fetch the neighborhood around a specific memory node. Use when you already have a node ID and need its connected context. Returns matching nodes and edges as a serialized subgraph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | ID of the node whose neighborhood should be returned. | |
| max_depth | No | Relationship traversal depth from the starting node. |