sint__store_memory
Store data entries with custom tags and persistence options in a security-enforced memory bank for AI agents.
Instructions
Store an entry in the memory bank with optional tags and persistence
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Unique key for the memory entry | |
| value | Yes | Value to store (any JSON value) | |
| tags | No | Optional tags for categorisation and search | |
| persist | No | Whether to persist beyond this session (default: false) |