k8s-pilot

by bourbonkk

get_node_details

Retrieve detailed JSON data about a specific Kubernetes node by providing the context name and node name, enabling precise cluster management via the k8s-pilot MCP server.

Instructions

Get detailed information about a specific node.

Args: context_name: The Kubernetes context name node_name: The name of the node to get details for

Returns: JSON string containing detailed information about the node

Input Schema

NameRequiredDescriptionDefault
context_nameYes
node_nameYes

Input Schema (JSON Schema)

{ "properties": { "context_name": { "title": "Context Name", "type": "string" }, "node_name": { "title": "Node Name", "type": "string" } }, "required": [ "context_name", "node_name" ], "title": "get_node_detailsArguments", "type": "object" }
ID: varavj97rf