mcp_engram_remember
Encode new facts into persistent holographic blocks. Recalls existing memories first; if a similar fact exists (match > 0.85), uses update tool instead to prevent duplicates.
Instructions
Encode NEW facts only — persistent HolographicBlock (.leg3). Recall first; if match>0.85 use mcp_engram_update instead. CRS tiers: 1.0=pinned | >=0.74=grounded | <0.50=verify first. FEW-SHOT EXAMPLES: (1) New harness concept: {"concept":"harness:agent_tool_fidelity_v1","text":"Deterministic suite for edit/update tool fidelity >=95%."} (2) User preference: {"concept":"user__prefers_absolute_paths","text":"Always pass absolute paths to context_for_edit and safe_edit_and_verify."}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text content to encode. Be specific and self-contained — this text must make sense when read in isolation in a future session. | |
| concept | Yes | Unique snake_case identifier (e.g. 'api_auth_pattern', 'user_prefers_dark_mode'). Use namespacing for related concepts: 'project__component__detail'. |