get-key-value-store-record
Retrieve a specific record (JSON, text, or binary) from a key-value store using the store ID and record key.
Instructions
Get a value stored in a key-value store under a specific key. The response preserves the original Content-Encoding; most clients handle decompression automatically.
USAGE:
Use when you need to retrieve a specific record (JSON, text, or binary) from a store.
USAGE EXAMPLES:
user_input: Get record INPUT from store abc123
user_input: Get record data.json from store username~my-store
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyValueStoreId | Yes | Key-value store ID or username~store-name | |
| recordKey | Yes | Key of the record to retrieve. |