velixar_import
Import up to 50 memories at once from JSON or Markdown. Handle duplicates by skipping, overwriting, or merging. Assign tags and quarantine zones.
Instructions
Bulk import memories from structured data (JSON or Markdown). Max 50 items per call. Supports conflict detection: skip duplicates, overwrite, or merge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | For JSON: array of {content, tags?, tier?}. For Markdown: string with --- separators between entries. | |
| format | No | Input format (default: json) | |
| source | No | Provenance label (e.g. "notion-export", "obsidian-vault") | |
| default_tags | No | Tags to apply to all imported items | |
| quarantine_zone | No | Optional quarantine zone ID for all imported memories | |
| conflict_strategy | No | How to handle duplicates (default: skip) |