Inspect the brain
crbro_inspectInspect the memory brain read-only: retrieve status, neuron details with connections, hot neurons, session logs, and global map by id or name. No data is modified.
Instructions
Read-only views of the brain by id or name; to search by content use crbro_recall. Nothing is written by any view: every read leaves the brain untouched. view=status: version, brain path, totals, last boot/consolidation, semantic state, hot_topics_recalculated. view=neuron: one neuron in full — facts newest first, paged with limit/offset (superseded hidden unless include_superseded), decisions, patterns, preferences, errors, debts, entry_status, system map, and its connections resolved with name, type and strength (min_strength filters). view=neurons: rows hottest first (id, name, domain, type, heat, last_accessed, facts_count), filtered by domain, type, min_heat, paged with limit/offset. view=sessions: day logs newest first, the only place session summaries are read. view=global_map: one cluster per domain plus cross-domain bridges, computed live. Params of other views are ignored.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | view=neurons: only this neuron type. | |
| view | Yes | Which read to perform. Only the params listed for that view are honoured; the rest are ignored, never an error. | |
| limit | No | Page size. view=neuron: facts per page (default 40, max 200); view=neurons: rows (default 50, max 500); view=sessions: day logs (default 10, max 100). Other views ignore it. | |
| domain | No | view=neurons: exact domain match, e.g. "proyectos-web". | |
| neuron | No | view=neuron only, required there: neuron id (e.g. "project_octochat") or name (e.g. "OctoChat"). | |
| offset | No | Items to skip. view=neuron: facts (newest first); view=neurons: rows after the heat sort. Default 0. | |
| min_heat | No | view=neurons: minimum heat, 0.0-1.0. Heat blends access frequency, recency and connectivity. | |
| min_strength | No | view=neuron: drop connections weaker than this (0.0-1.0). Omit or 0 = all. | |
| include_superseded | No | view=neuron: also return superseded and retracted facts (default false). Retired decisions, patterns, errors and debts are always returned, with entry_status saying which are retired. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | Yes | ||
| neuron | No | ||
| status | No | ||
| neurons | No | ||
| sessions | No | ||
| global_map | No |