Key-Value Store
key_value_storeStore and retrieve temporary data in memory using get, set, delete, and list operations. Data persists only while the server runs.
Instructions
Simple in-memory key-value store for temporary data. Supports get, set, delete, and list operations. Data persists while the server is running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| value | No | ||
| action | Yes |