Cloud MCPvector
vector
5 MCP tools on the Hanzo cloud door that call the vector API.
The 5 tools tools/list names for vector. Each dispatches to an operation in the vector API reference.
| Tool | Route | Arguments | Description |
|---|---|---|---|
delete_v1_vector_name | DELETE /v1/vector/{name} | 1 | DropVector deletes one vector collection from the shared backend and removes its metadata row. |
get_v1_vector | GET /v1/vector | 0 | ListVector lists the caller org's vector collections. |
get_v1_vector_collections | GET /v1/vector/collections | 0 | Lists the vector collections with their size and geometry. |
get_v1_vector_name | GET /v1/vector/{name} | 1 | GetVector returns one vector collection's metadata. |
get_v1_vector_stats | GET /v1/vector/stats | 0 | Totals the collections, vectors and storage across the vector store. |
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?