remember
Store important information, decisions, or knowledge in a persistent memory space. The text is embedded as a searchable chunk, making it available for future retrieval through Memory Vault.
Instructions
Store a new memory in the system.
The text is embedded and stored as a searchable chunk. Use this to save important information, decisions, or knowledge.
Args: text: The text content to remember. space: Which memory space to store it in (default "default"). source: Where this memory comes from (default "mcp"). speaker: Who said/wrote this — "human" or "assistant" (default "human").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| space | No | default | |
| source | No | mcp | |
| speaker | No | human |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |