Skip to main content
Glama

Vultr MCP

by rsp2k

create_kubernetes_node_pool

Add a new node pool to a Kubernetes cluster by specifying node quantity, plan type, and optional auto-scaling parameters to scale cluster resources.

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

NameRequiredDescriptionDefault
auto_scalerNo
cluster_identifierYes
labelYes
labelsNo
max_nodesNo
min_nodesNo
node_quantityYes
planYes
tagNo

Input Schema (JSON Schema)

{ "properties": { "auto_scaler": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Auto Scaler" }, "cluster_identifier": { "title": "Cluster Identifier", "type": "string" }, "label": { "title": "Label", "type": "string" }, "labels": { "anyOf": [ { "additionalProperties": { "type": "string" }, "type": "object" }, { "type": "null" } ], "default": null, "title": "Labels" }, "max_nodes": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Max Nodes" }, "min_nodes": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Min Nodes" }, "node_quantity": { "title": "Node Quantity", "type": "integer" }, "plan": { "title": "Plan", "type": "string" }, "tag": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Tag" } }, "required": [ "cluster_identifier", "node_quantity", "plan", "label" ], "type": "object" }

Other Tools from Vultr MCP

Related Tools

    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