Cloud MCPload-balancers
load-balancers
4 MCP tools on the Hanzo cloud door that call the load-balancers API.
The 4 tools tools/list names for load-balancers. Each dispatches to an operation in the load-balancers API reference.
| Tool | Route | Arguments | Description |
|---|---|---|---|
delete_v1_load-balancers_id | DELETE /v1/load-balancers/{id} | 1 | DeleteLoadBalancer removes one of the caller org's load balancers and answers 204. |
get_v1_load-balancers | GET /v1/load-balancers | 0 | ListLoadBalancers returns every load balancer the caller's org owns, under the friendly names the or |
get_v1_load-balancers_id | GET /v1/load-balancers/{id} | 1 | GetLoadBalancer returns one of the caller org's load balancers by id. |
post_v1_load-balancers | POST /v1/load-balancers | 5 | CreateLoadBalancer creates a load balancer in the caller's org namespace and answers 201 with it. |
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?