Skip to main content
Glama
rsp2k
by rsp2k

create_kubernetes_cluster

Deploy a new Kubernetes cluster on Vultr cloud infrastructure with configurable node pools, regions, versions, and optional features like firewalls and high availability control planes.

Instructions

Create a new Kubernetes cluster.

Args: label: Label for the cluster region: Region code (e.g., 'ewr', 'lax') version: Kubernetes version (use get_kubernetes_versions for available options) node_pools: List of node pool configurations, each containing: - node_quantity: Number of nodes (minimum 1, recommended 3+) - plan: Plan ID (e.g., 'vc2-2c-4gb') - label: Node pool label - tag: Optional tag - auto_scaler: Optional auto-scaling configuration - min_nodes: Minimum nodes for auto-scaling - max_nodes: Maximum nodes for auto-scaling enable_firewall: Enable firewall for cluster ha_controlplanes: Enable high availability control planes

Returns: Created cluster information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelYes
regionYes
versionYes
node_poolsYes
enable_firewallNo
ha_controlplanesNo
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the tool creates a cluster but omits critical behavioral details: whether this is a long-running operation, what permissions are required, if it incurs costs, whether it's idempotent, or what happens on failure. The description adds minimal 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 (Args, Returns) and uses bullet points for complex nested parameters, making it easy to parse. It's appropriately sized for a tool with 6 parameters, though the 'Returns' section is somewhat vague ('Created cluster information') and could be more specific.

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 no annotations and no output schema, the description does a good job with parameter semantics but falls short on behavioral context. It doesn't explain what 'Created cluster information' includes, doesn't mention error conditions or timeouts, and omits important operational details like whether the cluster starts automatically or requires additional setup steps.

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?

Given 0% schema description coverage, the description compensates fully by providing detailed semantic explanations for all 6 parameters. It clarifies what each parameter represents (e.g., 'region code (e.g., 'ewr', 'lax')'), provides usage guidance ('use get_kubernetes_versions for available options'), and documents nested structure for 'node_pools' with sub-parameter details and recommendations ('minimum 1, recommended 3+').

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 Kubernetes cluster') and identifies the resource ('Kubernetes cluster'), making the purpose immediately evident. It distinguishes itself from sibling tools like 'create_kubernetes_node_pool' or 'update_kubernetes_cluster' by focusing on initial cluster creation rather than modification or component addition.

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 provides some implied usage guidance by referencing 'get_kubernetes_versions' for available options, suggesting when to gather prerequisite information. However, it lacks explicit guidance on when to use this tool versus alternatives like 'setup_kubernetes_cluster_for_workload' or 'create_kubernetes_node_pool', and does not mention prerequisites such as account permissions or cost implications.

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