cloudflare_kv_read
Retrieve the value of a key from a Cloudflare Workers KV namespace. Returns the raw string value.
Instructions
Read the value of a key from a Workers KV namespace. Returns the raw string value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key_name | Yes | Key name to read (max 512 characters) | |
| namespace_id | Yes | KV namespace ID (32-character hex string) |