memory_template
Returns a markdown note scaffold for a document type to keep memory structure consistent. Provides section headers like Context/Decision; unknown types get a generic template.
Instructions
Fetch an Obsidian-style note scaffold for a document_type so stored memories stay structurally consistent. Returns a markdown template with ## Section headers (e.g., decision → Context/Decision/Consequences; incident → Symptom/Root Cause/Fix/Prevention; also learning, bug-fix, meeting, session). Unknown types get a generic Summary/Details/Notes scaffold (known:false). Read-only: fill the scaffold, then store it via memory_store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_type | Yes | Document type to fetch a note scaffold for (e.g., decision, incident, learning, bug-fix, meeting, session). Unknown types get a generic Summary/Details/Notes scaffold (known:false). |