Cloud MCPml
ml
3 MCP tools on the Hanzo cloud door that call the ml API.
The 3 tools tools/list names for ml. Each dispatches to an operation in the ml API reference.
| Tool | Route | Arguments | Description |
|---|---|---|---|
delete_v1_ml_models_name | DELETE /v1/ml/models/{name} | 1 | DeleteModel deletes a deployed inference model. |
get_v1_ml_models | GET /v1/ml/models | 0 | ListModels lists the inference models deployed in the caller's org. |
get_v1_ml_models_name | GET /v1/ml/models/{name} | 1 | GetModel returns one deployed inference model. |
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?