get_related
Retrieve the connected neighborhood of a knowledge graph node. Provide a node ID to get its surrounding context as a serialized subgraph, with configurable traversal depth for token-efficient reasoning.
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. |