memory_write
Write a memory entry to the knowledge base with a unique key, content, and optional tags, scope, and source, so information can be stored and retrieved later.
Instructions
Write a memory entry to the knowledge base
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Unique key for the memory entry (e.g., "tip:typescript:pattern-matching") | |
| tags | No | Optional tags for categorization | |
| scope | No | Scope: "global" or "project:{name}" | global |
| source | No | Source of the memory (e.g., "evolve", "manual") | |
| content | Yes | Content of the memory |