Save Memory
memory_saveStore project context, user preferences, or session learnings by specifying type and data fields; the tool automatically routes each entry to the correct table for organized retrieval.
Instructions
Unified save — automatically routes to the correct table based on type. Use data fields matching the type: project (name, path, tech_stack, architecture, conventions, notes), preference (key, value, category), or learning (title, content, project_name, tags).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Memory data (matches the type's schema) | |
| type | Yes | Memory type to save |