Inspect Memory Space Telemetry
icx_inspect_spaceAudit real-time telemetry for a memory space partition: active nodes, synapses, grounded facts, memory state, and contradiction alarms. Monitor memory health, verify ingestion, and inspect capacity.
Instructions
Audits and retrieves real-time telemetry for a partitioned memory space (active node count, total synapses, grounded facts count, memory state, and contradiction alarms). Use this tool to monitor memory health, verify ingestion, or inspect space capacity. Read-only with no side effects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | No | Optional memory space partition to inspect. Defaults to caller default space. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | description=Memory space state (active | idle) | |
| status | Yes | description=Space inspection status | |
| space_id | Yes | description=Target memory space partition | |
| active_nodes | Yes | description=Active topological simplicial nodes | |
| total_synapses | Yes | description=Total learned neural synapses | |
| grounded_facts_count | Yes | description=Total decoded grounded facts | |
| contradictions_detected | Yes | description=Contradiction alarms in space |