schemabrain inspect
Renders the contents of the local store without touching the source database or making any LLM calls. Two modes:
- Summary (no argument) — entity / metric / join counts, sources, store size.
- Drill-down (
namepositional) — full body of one named resource, regardless of whether it’s an entity, metric, or canonical join.
schemabrain metrics show — it resolves only against the metrics namespace.
Flags
What you can see
In summary mode:- Source connections indexed.
- Counts of tables, columns, entities, metrics, canonical joins.
- Trust signals (
origin,inference_method,validation_state) aggregated across resources. - Store path and rough size.
- The full resource body (the same content
exportwould emit as YAML). - Trust signals — including ones
diffdeliberately excludes from comparison. - Cross-references (an entity shows which metrics anchor on it; a metric shows the entity it anchors on).
Examples
Quick store summary
Drill into one entity
Disambiguate a name collision across sources
Inspect with multiple sources in one store
When to use which
Related
schemabrain entities list
Plain list of confirmed entities.
schemabrain metrics show
Drill into one metric specifically.
schemabrain doctor
Health-check wiring as well as store state.
schemabrain check
Detect source-schema drift.