Cloud MCPdatastore
datastore
3 MCP tools on the Hanzo cloud door that call the datastore API.
The 3 tools tools/list names for datastore. Each dispatches to an operation in the datastore API reference.
| Tool | Route | Arguments | Description |
|---|---|---|---|
delete_v1_datastore_name | DELETE /v1/datastore/{name} | 1 | DropDatastore deprovisions one Hanzo Datastore warehouse. |
get_v1_datastore | GET /v1/datastore | 0 | ListDatastore lists the caller org's Hanzo Datastore warehouses. |
get_v1_datastore_name | GET /v1/datastore/{name} | 1 | GetDatastore returns one Hanzo Datastore warehouse'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?