mimir_share
Copy an entity across workspaces, preserving content and metadata with a new ID. The source entity remains unchanged.
Instructions
Share an entity to another workspace. Copies the entity (by category + key) from its current workspace into the target workspace, preserving content and metadata while generating a new ID. The original entity is unchanged. Use this for controlled cross-workspace knowledge transfer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Entity key to share | |
| category | Yes | Entity category to share | |
| to_workspace | Yes | Target workspace hash to copy the entity into |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | 'created' or 'updated' | |
| shared_id | No | ID of the new shared copy | |
| to_workspace | No | Target workspace the entity was copied to | |
| from_workspace | No | Source workspace the entity was copied from |