Skip to main content
Glama

Vultr MCP

by rsp2k

get_kubernetes_node

Retrieve detailed information about a specific Kubernetes node using cluster, node pool, or node labels instead of UUIDs for easier identification.

Instructions

Get detailed information about a specific node. Smart identifier resolution: use cluster/node pool/node labels or UUIDs.

Args: cluster_identifier: The cluster label or ID nodepool_identifier: The node pool label or ID node_identifier: The node label or ID

Returns: Detailed node information

Input Schema

NameRequiredDescriptionDefault
cluster_identifierYes
node_identifierYes
nodepool_identifierYes

Input Schema (JSON Schema)

{ "properties": { "cluster_identifier": { "title": "Cluster Identifier", "type": "string" }, "node_identifier": { "title": "Node Identifier", "type": "string" }, "nodepool_identifier": { "title": "Nodepool Identifier", "type": "string" } }, "required": [ "cluster_identifier", "nodepool_identifier", "node_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