create_memory
Store facts, decisions, and project context as durable markdown memories that survive beyond the current chat.
Instructions
Create a durable markdown memory for facts, decisions, preferences, or project context that should survive beyond the current chat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | Yes | Structured metadata used for naming, grouping, filtering, and retrieval. | |
| content | Yes | Markdown body of the memory. Use wikilinks like [[Other Memory]] to relate notes. | |
| id | No | Optional stable memory id such as 'project/Deploy Workflow'. If omitted, Smriti creates one from category and title. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||