memoryguard_neuron_graph
Retrieve a read-only projection of the memory neuron graph scoped to an agent instance or shared group, enabling inspection and validation of memory structure for governance.
Instructions
Read the scoped neuron graph projection (read-only). Requires explicit agent_instance_id or share_group_id. Returns {empty: true, reason: 'not_built'|'missing_governance_scope'|...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | native | reconstructed (default: reconstructed) | |
| workspace | No | workspace path (default: .) | |
| share_group_id | No | MCP shared-memory scope (mutually exclusive with agent) | |
| agent_instance_id | No | single-agent governance scope |