Skip to main content
Glama
RareCloudio

@rarecloudio/mcp-server

Official
by RareCloudio

create_load_balancer

Create a TCP load balancer with a public IP, listener, and pool, distributing traffic to specified servers. Provides health monitoring. Requires explicit cost approval before execution.

Instructions

Create a new L4 (TCP) load balancer: a VIP on your subnet, a listener + pool on port, the given VMs as members, and a public floating IP. Requires scope services:write and per-customer tenancy. SPENDS MONEY: the load balancer is billed hourly, AND the public floating IP it allocates is billed hourly as well — two separate hourly meters for one call. Pass confirm:true only after the user has approved the cost. name is the display name (1-253 chars); port is the listener + member port (1-65535); memberServerIds are the Nova server ids to balance across (at least one); healthCheck enables a TCP health monitor (defaults to true server-side if omitted). Manage it afterward with add_load_balancer_member / remove_load_balancer_member.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesLoad balancer display name.
portYesListener + member port (1-65535).
confirmYesSet to true to execute. This operation spends from your account balance and/or is irreversible; only pass true after the user has explicitly approved. Omit or false → the tool refuses and makes no API call.
healthCheckNoTCP health monitor (default true).
memberServerIdsYesNova server ids to balance across.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden. It discloses that the tool spends money (two separate hourly meters), requires confirm for cost approval, and describes the default for healthCheck. Lacks details on irreversibility beyond the confirm flag and error behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single paragraph, front-loaded with purpose, no wasted words. Every sentence adds value, from the operation summary to billing implications to parameter details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 5 parameters, no output schema, and no annotations, the description is comprehensive. It covers purpose, billing, scope, parameters, and sibling tools. Minor gap: does not describe the return value on success.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All parameters have schema descriptions, but the description adds significant extra meaning: confirm must only be true after user approval, port is both listener and member port, healthCheck defaults to true server-side, memberServerIds are Nova server ids, and name character range.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it creates an L4 TCP load balancer with VIP, listener, pool, and floating IP. It distinguishes from sibling tools like add_load_balancer_member and remove_load_balancer_member by noting management afterward.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly mentions required scope (services:write) and tenancy, and warns about spending money with the need for confirm:true after user approval. Does not explicitly state when NOT to use this tool, but the context of creation vs. management is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RareCloudio/rarecloud-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server