lbb_inspect
Retrieve exact graph facts and context for knowledge graph entities, including ontology, schema, state history, and transition explanations. Understand entity state and answer why/how questions through detailed inspection.
Instructions
Read graph context and exact graph facts. Actions: guide, ontology, ontology_conformance, schema, ontology_search, metadata, entity, state, history, transitions, why. schema reads active ontology/SHACL bundle metadata without running validation. ontology_conformance serves the durable report referenced by the pinned published root. entity returns one node's metadata, scalar attributes, bounded Base-backed edge neighborhood, history, and observations. Use lbb_query with SPARQL property paths for precise path selection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| as_of | No | Valid-time snapshot pin (RFC3339): reproduce the node as of this instant. | |
| graph | No | Graph to target; defaults to the connection's graph | |
| query | No | Ontology concept, term, or relation to search | |
| top_k | No | ||
| action | Yes | Selects the variant (one of: guide, ontology, ontology_conformance, schema, ontology_search, metadata, entity, state, history, why, transitions). | |
| branch | No | Branch to target; defaults to the connection's branch | |
| detail | No | Response detail level. Defaults to compact. | |
| relation | No | ||
| entity_id | No | Entity id (hex); alternative to entity_type+name | |
| entity_type | No | ||
| source_name | No | ||
| source_type | No | ||
| target_name | No | ||
| target_type | No | ||
| as_of_commit_seq | No | Snapshot pin: reproduce the node (state, edges, history) as of this commit_seq. |