Cloud MCPdocdb
docdb
3 MCP tools on the Hanzo cloud door that call the docdb API.
The 3 tools tools/list names for docdb. Each dispatches to an operation in the docdb API reference.
| Tool | Route | Arguments | Description |
|---|---|---|---|
delete_v1_docdb_name | DELETE /v1/docdb/{name} | 1 | DropDocDB deprovisions one Hanzo DocDB database. |
get_v1_docdb | GET /v1/docdb | 0 | ListDocDB lists the caller org's Hanzo DocDB document databases. |
get_v1_docdb_name | GET /v1/docdb/{name} | 1 | GetDocDB returns one Hanzo DocDB database'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?