Skip to main content
Glama

Vultr MCP

by rsp2k

update_kubernetes_node_pool

Modify a Kubernetes cluster node pool configuration to adjust node count, enable auto-scaling, update tags, or change labels using cluster and node pool identifiers.

Instructions

Update a node pool configuration. Smart identifier resolution: use cluster/node pool labels or UUIDs.

Args: cluster_identifier: The cluster label or ID nodepool_identifier: The node pool label or ID node_quantity: New number of nodes tag: New tag for the node pool auto_scaler: Enable/disable auto-scaling min_nodes: Minimum nodes for auto-scaling max_nodes: Maximum nodes for auto-scaling labels: New map of key/value pairs for nodes

Returns: Update status message

Input Schema

NameRequiredDescriptionDefault
auto_scalerNo
cluster_identifierYes
labelsNo
max_nodesNo
min_nodesNo
node_quantityNo
nodepool_identifierYes
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" }, "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": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Node Quantity" }, "nodepool_identifier": { "title": "Nodepool Identifier", "type": "string" }, "tag": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Tag" } }, "required": [ "cluster_identifier", "nodepool_identifier" ], "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