save_memory
Store text or raw content as a memory in the Memory Box MCP Server, organizing it into specific buckets with structured metadata for easy retrieval and semantic understanding.
Instructions
Save a memory to Memory Box
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket_id | No | The bucket to save the memory to (default: "General") | |
| raw_content | No | Raw content for processing (alternative to text) | |
| reference_data | No | Structured metadata for memory storage | |
| source_type | No | Type of memory source (default: 'llm_plugin') | |
| text | Yes | The memory content to save (either text OR raw_content required) |