memory_add
Add a text fragment with optional metadata to a project's vector store, enabling long-term searchable memory.
Instructions
Add a new memory fragment/document to the project's vector store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique ID for this memory fragment (to support updates) | |
| meta | No | Optional JSON metadata | |
| text | Yes | The text content to verify | |
| project_id | Yes | Unique identifier for the project scope |