k8s-pilot

by bourbonkk

clusterrole_list

List and retrieve basic information for all ClusterRoles in a Kubernetes cluster. Simplify cluster management by utilizing the k8s-pilot MCP server for efficient resource monitoring.

Instructions

List all ClusterRoles in the cluster.

Args: context_name: The Kubernetes context name

Returns: List of ClusterRole basic information

Input Schema

NameRequiredDescriptionDefault
context_nameYes

Input Schema (JSON Schema)

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