com.googleapis.container/mcp
Provides read access to your GKE and Kubernetes resources.
Retrieves the available API groups and resources from a Kubernetes cluster. This is similar to running `kubectl api-resources`.
Checks whether an action is allowed on a Kubernetes resource. This is similar to running `kubectl auth can-i`.
Shows the details of a specific Kubernetes resource. This is similar to running `kubectl describe`.
Retrieves events from a Kubernetes cluster. This is similar to running `kubectl events`.
Gets one or more Kubernetes resources from a cluster. Resources can be filtered by type, name, namespace, and label selectors. Returns the resources in YAML format. This is similar to running `kubectl get`.
Gets cluster endpoint information. This is similar to running `kubectl cluster-info`.
Retrieves Kubernetes client and server versions for a given cluster. This is similar to running `kubectl version`.
Checks the current rollout status of a Kubernetes resource. This is similar to running `kubectl rollout status`.
Lists GKE clusters in a given project and location. Location can be a region, zone, or '-' for all locations.
Creates a new GKE cluster in a given project and location. It's recommended to read the [GKE documentation](https://docs.cloud.google.com/kubernetes-engine/docs/concepts/configuration-overview) to understand cluster configuration options. Cluster creation will default to Autopilot mode, as recommended by GKE best practices. If the user explicitly wants to create a Standard cluster, you need to set autopilot.enabled=false in the cluster configuration. This is similar to running `gcloud container clusters create-auto` or `gcloud container clusters create`.
Updates a specific GKE cluster.
Gets the details of a specific GKE cluster.
Lists GKE operations in a given project and location. Location can be a region, zone, or '-' for all locations.
Gets the details of a specific GKE operation.
Cancels a specific GKE operation.
Creates a node pool for a specific GKE cluster.
Lists the node pools for a specific GKE cluster.
Gets the details of a specific node pool within a GKE cluster.
Updates a specific node pool within a GKE cluster.
Gets logs from a Kubernetes container in a pod. This is similar to running `kubectl logs`.
Applies a Kubernetes manifest to a cluster using server-side apply. This is similar to running `kubectl apply --server-side`.
Deletes a Kubernetes resource from a cluster. This is similar to running `kubectl delete`.
Patches a Kubernetes resource. This is similar to running `kubectl patch`.
| Timestamp | Status | Latency | Conformance |
|---|---|---|---|
| Apr 23, 2026 | success | 174.7ms | Pass |
| Apr 21, 2026 | success | 103.7ms | Pass |
| Apr 21, 2026 | success | 147.7ms | Pass |