mcp_engram_batch_remember
Store multiple distinct texts as separate memory blocks in one batch operation, saving time versus repeated single saves. Use for persisting several unrelated facts or decisions at once.
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 |