工具 API
get-key-value-store-record
Get the value stored under a specific key in a key-value store — a single record, not a listing of all keys. Requires the exact key name. 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
creativeOAuth1 积分
调用信息
- 工具标识
- apify-mcp-server.get-key-value-store-record
- 服务提供方
- Apify
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
keyValueStoreId必填Key-value store ID or username~store-name.
recordKey必填Key of the record to retrieve.