You're viewing a demo portfolio

Join the waitlist
PRSM

create_cluster

Active

Tool of com.googleapis.container/mcp

declared in ESF

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`.

Parameters schema

{
  "type": "object",
  "required": [
    "parent",
    "cluster"
  ],
  "properties": {
    "parent": {
      "type": "string",
      "description": "Required. The parent (project and location) where the cluster will be created. Specified in the format `projects/*/locations/*`."
    },
    "cluster": {
      "type": "string",
      "description": "Required. A [cluster resource](https://cloud.google.com/container-engine/reference/rest/v1/projects.locations.clusters) represented as a string using JSON format."
    }
  },
  "description": "MCPCreateClusterRequest creates a new cluster."
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

com.googleapis.container/mcp

1/7 registries
View full server →
create_cluster — com.googleapis.container/mcp — PRSM MCP