Skip to content

lb_get_related

Returns all nodes directly connected to a given node in the knowledge graph. Connections are AI-detected relationships established during ingestion.

ParameterTypeRequiredDescription
node_idstringYesThe ID of the node to fetch neighbors for
{
"nodes": [...]
}

Each entry in nodes is a neighboring node, including its ID, title, summary, and the relationship type connecting it to the source node.

  • Returns 1-hop neighbors only — direct connections, not transitive ones.
  • If node_id does not exist in your graph, an empty nodes array 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.