save_memory
Store key-value pairs in persistent memory with optional tags and expiration settings to organize and manage data efficiently.
Instructions
Save a value with a key to memory, optionally with tags and expiration
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The key to store the value under | |
| value | Yes | The value to store | |
| tags | No | Optional tags for categorization | |
| expires_in_seconds | No | Optional expiration time in seconds |