hebbrix_import
Import memories into a collection to restore backups, migrate data, or seed new collections from notes. Accepts structured or plain text and returns import stats.
Instructions
Import memories into a collection — the inverse of hebbrix_export. Use it to restore a backup, migrate a collection, or seed a new one from notes/CLAUDE.md.
data may be: a list of fact strings; a list of {"content": ...} objects; a
hebbrix_export JSON object (its "memories" are imported); or a plain/markdown
string (each non-empty, non-heading line becomes a memory, bullets stripped).
Returns {"imported", "failed", "memory_ids"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| collection_id | No | ||
| wait_for_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||