memory_write
Write a memory entry to store project context, decisions, code patterns, or next steps. Categorize with optional tags and memory type for organized retrieval in future sessions.
Instructions
Write a memory entry to the current project's memory store.
Use this tool to save important context, decisions, code patterns, or next-steps that should be persisted for future sessions.
Args: text: The memory content to store (required). memory_type: Type of memory. Must be one of: summary, decision, next-steps, code-pattern, note (default). tags: Comma-separated tags for categorization (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| text | Yes | ||
| memory_type | No | note |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |