Skip to content

lb_graph_health

Returns a summary of your graph’s current state. Useful at the start of a session to understand the shape of your knowledge graph before querying it.

None.

FieldTypeDescription
total_nodesnumberTotal number of nodes in your graph
validated_nodesnumberNodes that have been processed and embedded (available for search)
total_capturesnumberAll-time capture submissions
pending_capturesnumberCaptures queued or in-flight (not yet indexed as nodes)
total_linksnumberTotal graph edges (AI-detected relationships between nodes)
stale_nodesnumberNodes whose embeddings are out of date and pending re-indexing
  • Call this tool at the start of a session to orient the AI assistant before querying or adding content.
  • If total_nodes is 0, the user has no content yet. Suggest capturing something before running searches.
  • A high pending_captures count means recently submitted content is still being processed. Results from lb_search or lb_get_context may not reflect the latest captures yet.
  • stale_nodes greater than 0 is normal during active use. Re-indexing runs asynchronously in the background.