memory_remember
Store a private memory note with semantic embedding, tags, and hierarchical wing/room scope, enabling later retrieval through semantic search and graph traversal.
Instructions
Store a private memory note in the vault with semantic embedding, tags, and hierarchical wing/room scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| room | No | Topic within the wing (e.g. woocommerce, firewall, docker) | general |
| tags | No | Categorical tags | |
| wing | No | Project/domain grouping (e.g. ecommerce, security, devops) | general |
| title | Yes | Short, unique title for the memory | |
| pinned | No | Set true to make permanently immune to Ebbinghaus temporal decay | |
| content | Yes | The memory content in markdown | |
| salience | No | Importance score 0.0-1.0 (default 0.5) |