Cloud MCPbalancers
balancers
4 MCP tools on the Hanzo cloud door that call the balancers API.
The 4 tools tools/list names for balancers. Each dispatches to an operation in the balancers API reference.
| Tool | Route | Arguments | Required | Description |
|---|---|---|---|---|
delete_v1_balancers_id | DELETE /v1/balancers/{id} | 1 | id | DeleteLoadBalancer removes one of the caller org's load balancers and answers 204. |
get_v1_balancers | GET /v1/balancers | 0 | — | ListLoadBalancers returns every load balancer the caller's org owns, under the friendly names the… |
get_v1_balancers_id | GET /v1/balancers/{id} | 1 | id | GetLoadBalancer returns one of the caller org's load balancers by id. |
post_v1_balancers | POST /v1/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 — 833 tools captured 2026-08-01 (this build read the vendored copy; the door was unreachable).
How is this guide?