lb_get_related
Returns all nodes directly connected to a given node in the knowledge graph. Connections are AI-detected relationships established during ingestion.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
node_id | string | Yes | The ID of the node to fetch neighbors for |
Response
Section titled “Response”{ "nodes": [...]}Each entry in nodes is a neighboring node, including its ID, title, summary, and the relationship type connecting it to the source node.
Usage notes
Section titled “Usage notes”- Returns 1-hop neighbors only — direct connections, not transitive ones.
- If
node_iddoes not exist in your graph, an emptynodesarray is returned. This is not treated as an error. - Use this tool to explore the graph after a search — take a result node ID and discover what it connects to.