Cloud MCPkv
kv
3 MCP tools on the Hanzo cloud door that call the kv API.
The 3 tools tools/list names for kv. Each dispatches to an operation in the kv API reference.
| Tool | Route | Arguments | Description |
|---|---|---|---|
delete_v1_kv_name | DELETE /v1/kv/{name} | 1 | DropKV deprovisions one Hanzo KV store. It reverts any app instance bound to it back to Base BEFORE |
get_v1_kv | GET /v1/kv | 0 | ListKV lists the caller org's Hanzo KV stores. |
get_v1_kv_name | GET /v1/kv/{name} | 1 | GetKV returns one Hanzo KV store's metadata. |
Generated from tools/list on https://api.hanzo.ai/v1/mcp — 834 tools captured 2026-08-01 (this build read the vendored copy; the door was unreachable).
How is this guide?