Skip to main content
Glama
RareCloudio

@rarecloudio/mcp-server

Official
by RareCloudio

rename_cluster_pool

Renames a worker node pool in a managed Kubernetes cluster by creating a new pool and removing the old one, which replaces the pool's worker nodes.

Instructions

Rename a worker node pool of a managed Kubernetes cluster. Requires scope services:write. The rename adds a new pool and removes the old one, which rolls (replaces) the pool's worker nodes. name is the new pool name (lowercase letters/digits/hyphens, start with a letter, max 15). Plain write — not gated. service_id from list_services; pool is the current pool name from list_cluster_pools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesNew node-pool name (lowercase letters/digits/hyphens, start with a letter, max 15).
poolYesCurrent node-pool name from list_cluster_pools.
service_idYesManaged-Kubernetes service ID from list_services.
Behavior4/5

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

Since no annotations are provided, the description carries the full burden. It discloses that the rename is destructive (replaces nodes) and requires a specific scope. This provides useful behavioral insight beyond the action itself.

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?

The description is three sentences, front-loading the purpose and then providing effect and parameter guidance. Every sentence is necessary and concise, with no redundant information.

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?

For a three-parameter tool with no output schema, the description explains the rename process and parameter sources. It could mention whether the operation is synchronous or what the response looks like, but overall it is fairly complete.

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

Parameters4/5

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

The schema already covers all parameters (100% coverage). The description adds value by specifying how to obtain the parameter values (service_id from list_services, pool from list_cluster_pools) and reinforcing the naming constraints for name.

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 the tool's action: 'Rename a worker node pool'. It identifies the specific verb and resource, distinguishing it from sibling tools like add_cluster_pool, update_cluster_pool, and delete_cluster_pool.

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?

The description provides when to use (renaming a pool) and prerequisites (scope services:write, service_id from list_services, pool from list_cluster_pools). It also explains the effect (adds new pool, removes old, replaces nodes). However, it does not explicitly state when not to use or alternatives.

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