bulk_save_memories
Batch-save multiple memory entries with content, tags, and metadata to a shared semantic memory layer, enabling teams to store and sync project context and decisions in one operation.
Instructions
Save multiple memories at once.
Args: memories: List of memory objects with 'content' (required) and optional 'author', 'tags', 'file_path', 'memory_type'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memories | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |