Skip to main content
Glama

k8s-pilot

by bourbonkk

list_nodes

Retrieve detailed information about all nodes in a Kubernetes cluster in JSON format by specifying the context name. Streamline cluster management on the k8s-pilot MCP server.

Instructions

List all nodes in the Kubernetes cluster.

Args: context_name: The Kubernetes context name

Returns: JSON string containing basic information about all nodes

Input Schema

NameRequiredDescriptionDefault
context_nameYes

Input Schema (JSON Schema)

{ "properties": { "context_name": { "title": "Context Name", "type": "string" } }, "required": [ "context_name" ], "title": "list_nodesArguments", "type": "object" }

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/bourbonkk/k8s-pilot'

If you have feedback or need assistance with the MCP directory API, please join our Discord server