mcp_engram_batch_remember
Store multiple distinct texts as separate memories in one batch operation. Faster than calling remember() repeatedly. Confirms number committed.
Instructions
BEHAVIOR: Encodes and stores multiple distinct texts as separate HolographicBlock memories in a single operation. Applies thermodynamic CRS gating to each block. USAGE: Call this when you have several unrelated facts, decisions, or snippets to persist at once, as it is much faster than invoking remember() sequentially N times. OUTPUT: A confirmation listing how many concepts were successfully committed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entries | Yes | Array of {concept, text} objects to store |