Skip to main content
Glama
rsp2k
by rsp2k

create_kubernetes_node_pool

Add a new node pool to a Kubernetes cluster on Vultr, specifying node quantity, plan, and optional auto-scaling configuration to scale your container workloads.

Instructions

Create a new node pool in a Kubernetes cluster. Smart identifier resolution: use cluster label or UUID.

Args: cluster_identifier: The cluster label or ID node_quantity: Number of nodes (minimum 1, recommended 3+) plan: Plan ID (e.g., 'vc2-2c-4gb') label: Node pool label (must be unique within cluster) tag: Optional tag for the node pool auto_scaler: Enable auto-scaling for this node pool min_nodes: Minimum nodes for auto-scaling max_nodes: Maximum nodes for auto-scaling labels: Map of key/value pairs to apply to all nodes

Returns: Created node pool information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cluster_identifierYes
node_quantityYes
planYes
labelYes
tagNo
auto_scalerNo
min_nodesNo
max_nodesNo
labelsNo
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions 'Create' which implies a write/mutation operation, but doesn't address critical behavioral aspects like required permissions, whether this is idempotent, rate limits, costs, or what happens if the cluster doesn't exist. The description adds minimal behavioral context beyond the basic action.

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

Conciseness4/5

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

The description is well-structured with clear sections (purpose statement, parameter details, return statement) and every sentence adds value. It could be slightly more concise by integrating the 'Smart identifier resolution' note into the parameter section, but overall it's efficiently organized.

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

Completeness3/5

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

For a creation tool with 9 parameters, no annotations, and no output schema, the description provides good parameter documentation but lacks important contextual information. It doesn't explain error conditions, authentication requirements, or what the 'Created node pool information' return value contains. The description is adequate but has clear gaps for a complex mutation tool.

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?

With 0% schema description coverage and 9 parameters (4 required), the description provides excellent parameter semantics. It clearly explains each parameter's purpose, provides examples ('vc2-2c-4gb'), specifies constraints ('minimum 1, recommended 3+'), and clarifies optional vs. required parameters. This fully compensates for the lack of schema descriptions.

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 specific action ('Create a new node pool') and resource ('in a Kubernetes cluster'), distinguishing it from sibling tools like 'create_kubernetes_cluster' or 'scale_kubernetes_node_pool'. It provides precise verb+resource+scope information.

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

Usage Guidelines3/5

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

The description includes 'Smart identifier resolution: use cluster label or UUID' which provides some context for parameter usage, but it doesn't explicitly state when to use this tool versus alternatives like 'update_kubernetes_node_pool' or 'delete_kubernetes_node_pool'. Usage is implied rather than explicitly guided.

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/rsp2k/mcp-vultr'

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