memory_import
Import JSON-formatted memories into the session-memory server. Optionally overwrite existing entries or assign a session ID.
Instructions
Import memories from JSON
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | JSON array of memory entries | |
| overwrite | No | Overwrite existing entries (default: false) | |
| session_id | No | Session ID for imported entries (optional) |