memory_upsert
Save or update text in a persistent, searchable memory collection to enable later semantic recall.
Instructions
Store a piece of text in a persistent, searchable memory collection (namespace). Embedded and indexed for later semantic recall.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Optional stable id to update an existing entry; auto-generated if omitted. | |
| text | Yes | The text/content to store and make searchable. | |
| namespace | Yes | Your collection key — groups and isolates your memories. Treat it like a secret: anyone with it can read/write this collection. |