lbb_inspect
Inspect knowledge graph context and facts through actions like ontology, schema, entity, or history. Query with snapshots and branches for detailed graph insights.
Instructions
Read graph context and exact graph facts. Actions: guide, ontology, ontology_conformance, schema, ontology_search, metadata, entity, state, history, transitions, why, traverse. 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 edge neighborhood, history, and observations. Use traverse for bounded path expansion or lbb_query for precise SPARQL edge 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, traverse, transitions). | |
| branch | No | Branch to target; defaults to the connection's branch | |
| detail | No | Response detail level. Defaults to compact. | |
| max_hops | No | ||
| relation | No | ||
| direction | No | ||
| entity_id | No | Entity id (hex); alternative to entity_type+name | |
| relations | No | ||
| 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. |